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