]> 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 7149482cf78112ae6620e6c691c024e7610a1d33..3fe3542f0957e218e63302d3d33302dc30002bb5 100644 (file)
@@ -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.