Changeset 824
- Timestamp:
- 08/09/07 14:34:52
- Files:
-
- buildout/rtree.buildout/trunk/README.txt (modified) (2 diffs)
- buildout/rtree.buildout/trunk/setenv (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
buildout/rtree.buildout/trunk/README.txt
r823 r824 21 21 $ ./bin/test 22 22 23 Because Rtree uses the ``spatialindex`` C++ library that is installed 24 within the buildout sandbox, you need to tell the system where to find 25 the dynamic libraries. Simply edit the ``setenv`` script located in 26 the root of the buildout to match your system and run it:: 27 28 $ . ./setenv 29 30 to get the environment set up correctly. 31 23 32 24 33 Developing … … 39 48 uses internally. 40 49 50 You need to setup your LD_LIBRARY_PATH first to have the dynamic 51 library be picked up. See the notes about ``setenv`` in the 52 ``Testing`` section above. 53 41 54 42 55 If you're using multiple zc.buildout based buildouts for your
