]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - lib/README
Add a new makefile for the third-party libraries.
[dead/census-tools.git] / lib / README
index 61bb6f02654b8ff32ce279f7a6a2620eeab6a842..699a26aebd25a8f6ce90f36b987175f27aba300a 100644 (file)
@@ -1,11 +1,6 @@
-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 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.
 
-Shapely should be downloaded and extracted:
-
-  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.
+You will need GEOS installed for Shapely to work properly.