X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=lib%2FREADME;h=3fe3542f0957e218e63302d3d33302dc30002bb5;hb=3a0515adc9b37f185f5454c16127e1425c0d36d1;hp=61bb6f02654b8ff32ce279f7a6a2620eeab6a842;hpb=39329a27446673a022c7b0525af916ad94fa70e6;p=dead%2Fcensus-tools.git diff --git a/lib/README b/lib/README index 61bb6f0..3fe3542 100644 --- a/lib/README +++ b/lib/README @@ -1,11 +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 downloaded and extracted: +You will need GEOS installed for Shapely to work properly. - wget http://pypi.python.org/packages/source/S/Shapely/Shapely-1.0.14.tar.gz - tar -xvzf Shapely-1.0.14.tar.gz - mv Shapely-1.0.14 Shapely - rm Shapely-1.0.14.tar.gz - -This will probably be handled by the makefile. +Env-js requires a Java runtime, and the Ant utility, at least.