X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=lib%2FREADME;h=699a26aebd25a8f6ce90f36b987175f27aba300a;hb=1717bafe07c9f51e0fae441db35b2d03d893cd3e;hp=7149482cf78112ae6620e6c691c024e7610a1d33;hpb=ac32d9ecd4b797379528b5cb901003ba34d8f1c1;p=dead%2Fcensus-tools.git diff --git a/lib/README b/lib/README index 7149482..699a26a 100644 --- a/lib/README +++ b/lib/README @@ -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.