Changeset 824

Show
Ignore:
Timestamp:
08/09/07 14:34:52
Author:
dokai
Message:

Added a note about setting (DY)LD_LIBRARY_PATH and a helper script.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • buildout/rtree.buildout/trunk/README.txt

    r823 r824  
    2121 $ ./bin/test 
    2222 
     23Because Rtree uses the ``spatialindex`` C++ library that is installed 
     24within the buildout sandbox, you need to tell the system where to find 
     25the dynamic libraries. Simply edit the ``setenv`` script located in 
     26the root of the buildout to match your system and run it:: 
     27 
     28  $ . ./setenv 
     29 
     30to get the environment set up correctly. 
     31 
    2332 
    2433Developing 
     
    3948uses internally. 
    4049 
     50You need to setup your LD_LIBRARY_PATH first to have the dynamic 
     51library be picked up. See the notes about ``setenv`` in the 
     52``Testing`` section above. 
     53 
    4154 
    4255If you're using multiple zc.buildout based buildouts for your