Changeset 1005


Ignore:
Timestamp:
01/07/08 23:57:14 (4 years ago)
Author:
Paul Kienzle
Message:

Document NEXUSDIR and nxprefix. Refs #101

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/python/nxs.py

    r1003 r1005  
    1414    os.environ['NEXUSLIB']                  - All 
    1515    directory containing nxs.py             - All 
    16     C:\Program Files\NeXus Data Format\bin  - Windows 
     16    os.environ['NEXUSDIR']\bin              - Windows 
    1717    os.environ['LD_LIBRARY_PATH']           - Unix 
    1818    os.environ['DYLD_LIBRARY_PATH']         - Darwin 
     19    PREFIX/lib                              - Unix and Darwin 
    1920    /usr/local/lib                          - Unix and Darwin 
    2021    /usr/lib                                - Unix and Darwin 
    2122 
    22 On Windows it looks for libNeXus.dll and libNeXus-0.dll 
     23On Windows it looks for libNeXus.dll and libNeXus-0.dll;  
     24NEXUSDIR defaults to r'C:\Program Files\NeXus Data Format' 
    2325On OS X it looks for libNeXus.dylib 
    2426On Unix it looks for libNeXus.so 
     27PREFIX defaults to /usr/local, but is replaced by the value of 
     28--prefix during configure. 
    2529 
    2630The import will raise an OSError exception if the library wasn't found 
Note: See TracChangeset for help on using the changeset viewer.