]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - lib/README
Update the README and makefile for env-js.
[dead/census-tools.git] / lib / README
index 699a26aebd25a8f6ce90f36b987175f27aba300a..3fe3542f0957e218e63302d3d33302dc30002bb5 100644 (file)
@@ -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.