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