]> 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 7149482cf78112ae6620e6c691c024e7610a1d33..699a26aebd25a8f6ce90f36b987175f27aba300a 100644 (file)
@@ -1,8 +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 pulled from Subversion:
-
-  svn co http://svn.gispython.org/svn/gispy/Shapely/trunk Shapely
-
-This will probably be handled by the makefile.
+You will need GEOS installed for Shapely to work properly.