X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=lib%2FREADME;h=3fe3542f0957e218e63302d3d33302dc30002bb5;hb=3a0515adc9b37f185f5454c16127e1425c0d36d1;hp=7149482cf78112ae6620e6c691c024e7610a1d33;hpb=ac32d9ecd4b797379528b5cb901003ba34d8f1c1;p=dead%2Fcensus-tools.git diff --git a/lib/README b/lib/README index 7149482..3fe3542 100644 --- a/lib/README +++ b/lib/README @@ -1,8 +1,8 @@ -Third-party libraries are stored here. Currently, Shapely is the only -one we're using which isn't available through package managers. +Third-party libraries are stored here. Currently, we use Shapely, +lp_solve (along with its Python bindings), and env-js. To install +them, simply run 'make' within this directory. You can also run 'make +lib' in the top-level directory. -Shapely should be pulled from Subversion: +You will need GEOS installed for Shapely to work properly. - svn co http://svn.gispython.org/svn/gispy/Shapely/trunk Shapely - -This will probably be handled by the makefile. +Env-js requires a Java runtime, and the Ant utility, at least.