X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=blobdiff_plain;f=lib%2FREADME;h=3fe3542f0957e218e63302d3d33302dc30002bb5;hp=699a26aebd25a8f6ce90f36b987175f27aba300a;hb=3a0515adc9b37f185f5454c16127e1425c0d36d1;hpb=8d26e831593c080af4001aede039c5f23770de88 diff --git a/lib/README b/lib/README index 699a26a..3fe3542 100644 --- a/lib/README +++ b/lib/README @@ -1,6 +1,8 @@ -Third-party libraries are stored here. Currently, we use Shapely and -lp_solve (along with its Python bindings). To install them, simply run -'make' within this directory. You can also run 'make lib' in the -top-level directory. +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. You will need GEOS installed for Shapely to work properly. + +Env-js requires a Java runtime, and the Ant utility, at least.