Changeset 813

Show
Ignore:
Timestamp:
08/09/07 02:56:14 (3 years ago)
Author:
dokai
Message:

Added notes about setting (DY)LD_LIBRARY_PATH.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buildout/shapely.buildout/trunk/README.txt

    r812 r813  
    2121 $ ./bin/test 
    2222 
     23Because Shapely uses the GEOS library that is installed within the 
     24buildout sandbox, you need to tell the system where to find the 
     25dynamic libraries. Simply edit the ``setenv`` script located in the 
     26root of the buildout to match your system and run it:: 
     27 
     28  $ . ./setenv 
     29 
    2330 
    2431Developing 
     
    3340  $ ./bin/python 
    3441 
    35 that has Shapely available for importing and use. 
     42that has Shapely available for importing and use. You need to setup 
     43your LD_LIBRARY_PATH first. See the notes about ``setenv`` in the 
     44``Testing`` section above. 
    3645 
    3746If you're using multiple zc.buildout based buildouts for your