=============================================================================================
Application Setup Instructions
=============================================================

    This package was designed on Maple 15.  It may work on earlier versions of Maple, however, you would need to make modifications in the maple.ini file to make this
    happen.
    
    If you have not done so already, extract all the files from the file inttypes.zip to the "C:\inttypes" folder.  These instructions assume that this location is "C:\inttypes"
    Place the maple.ini file in the "C:\Program Files\Maple 15\Users folder"   Maple will automatically find this package when you load it using the "with" statement. 

   If you do not have permission to place files in the  "C:\Program Files\Maple 15\Users" folder then see "Alternate Setup Instructions."
   
   Start Maple.
   type with(inttypes);


Alternate Setup Instructions
========================================

    If you do not have permission to place files in the  "C:\Program Files\Maple 15\Users" folder then To do this inside a worksheet, at the prompt, enter the commands:
    
        intlibname := "C:/inttypes":
        libname := intlibname, libname:
        with(inttypes);
======================================================================================================================

