From: <js...@us...> - 2007-11-14 19:48:49
|
Revision: 4293 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4293&view=rev Author: jswhit Date: 2007-11-14 11:48:38 -0800 (Wed, 14 Nov 2007) Log Message: ----------- update install instructions, include GEOS source in MANIFEST Modified Paths: -------------- trunk/toolkits/basemap-testing/MANIFEST.in trunk/toolkits/basemap-testing/README Modified: trunk/toolkits/basemap-testing/MANIFEST.in =================================================================== --- trunk/toolkits/basemap-testing/MANIFEST.in 2007-11-14 19:46:37 UTC (rev 4292) +++ trunk/toolkits/basemap-testing/MANIFEST.in 2007-11-14 19:48:38 UTC (rev 4293) @@ -78,3 +78,4 @@ include lib/matplotlib/toolkits/basemap/data/*_l.dat include lib/matplotlib/toolkits/basemap/data/*_i.dat include lib/matplotlib/toolkits/basemap/data/*_h.dat +recursive-include geos-2.2.3 * Modified: trunk/toolkits/basemap-testing/README =================================================================== --- trunk/toolkits/basemap-testing/README 2007-11-14 19:46:37 UTC (rev 4292) +++ trunk/toolkits/basemap-testing/README 2007-11-14 19:48:38 UTC (rev 4293) @@ -78,6 +78,7 @@ > export GEOS_DIR=<where you want the libs and headers to go> A reasonable choice on a Unix-like system is /usr/local, or if you don't have permission to write there, your home directory. + > ./configure --prefix=$GEOS_DIR > make; make install 3) cd back to the top level basemap directory (basemap-X.Y.Z) and This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |