Changeset 830
- Timestamp:
- 08/11/07 09:10:44 (3 years ago)
- Location:
- buildout/rtree.buildout/trunk
- Files:
-
- 1 removed
- 2 modified
-
buildout.cfg (modified) (1 diff)
-
README.txt (modified) (2 diffs)
-
setenv (deleted)
Legend:
- Unmodified
- Added
- Removed
-
buildout/rtree.buildout/trunk/buildout.cfg
r827 r830 47 47 ${tools:location}/lib 48 48 ${spatialindex:location}/lib 49 rpath = 50 ${tools:location}/lib 51 ${spatialindex:location}/lib 49 52 50 53 [interpreter] -
buildout/rtree.buildout/trunk/README.txt
r824 r830 21 21 $ ./bin/test 22 22 23 Because Rtree uses the ``spatialindex`` C++ library that is installed24 within the buildout sandbox, you need to tell the system where to find25 the dynamic libraries. Simply edit the ``setenv`` script located in26 the root of the buildout to match your system and run it::27 28 $ . ./setenv29 30 to get the environment set up correctly.31 32 33 23 Developing 34 24 ---------- … … 48 38 uses internally. 49 39 50 You need to setup your LD_LIBRARY_PATH first to have the dynamic51 library be picked up. See the notes about ``setenv`` in the52 ``Testing`` section above.53 54 40 55 41 If you're using multiple zc.buildout based buildouts for your
