Changeset 813 for buildout/shapely.buildout/trunk/README.txt
- Timestamp:
- 08/09/07 02:56:14 (3 years ago)
- Files:
-
- 1 modified
-
buildout/shapely.buildout/trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buildout/shapely.buildout/trunk/README.txt
r812 r813 21 21 $ ./bin/test 22 22 23 Because Shapely uses the GEOS library that is installed within the 24 buildout sandbox, you need to tell the system where to find the 25 dynamic libraries. Simply edit the ``setenv`` script located in the 26 root of the buildout to match your system and run it:: 27 28 $ . ./setenv 29 23 30 24 31 Developing … … 33 40 $ ./bin/python 34 41 35 that has Shapely available for importing and use. 42 that has Shapely available for importing and use. You need to setup 43 your LD_LIBRARY_PATH first. See the notes about ``setenv`` in the 44 ``Testing`` section above. 36 45 37 46 If you're using multiple zc.buildout based buildouts for your
