From: <js...@us...> - 2007-11-14 13:09:16
|
Revision: 4266 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4266&view=rev Author: jswhit Date: 2007-11-14 05:09:14 -0800 (Wed, 14 Nov 2007) Log Message: ----------- updated install instructions. Modified Paths: -------------- trunk/toolkits/basemap-testing/README Modified: trunk/toolkits/basemap-testing/README =================================================================== --- trunk/toolkits/basemap-testing/README 2007-11-14 13:05:06 UTC (rev 4265) +++ trunk/toolkits/basemap-testing/README 2007-11-14 13:09:14 UTC (rev 4266) @@ -60,8 +60,11 @@ First, install pre-requisites (see **Requirements** above). Then download basemap-X.Y.Z.tar.gz from -the sourceforge download site, unpack, -cd to basemap-X.Y.Z and run 'python setup.py install'. +the sourceforge download site, unpack and cd to basemap-X.Y.Z. +Set the environment variable GEOS_DIR to point to the location +of libgeos_c and geos_c.h (if libgeos_c is in /usr/local/lib and +geos_c.h is in /usr/local/include, set GEOS_DIR to /usr/local). +Then run 'python setup.py install'. **Contact** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |