Changes between Version 33 and Version 34 of DevWikiWinMingWSys_20
- Timestamp:
- 01/05/12 14:27:13 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingWSys_20
v33 v34 179 179 Download latest GEOS source from http://trac.osgeo.org/geos/ either the http://download.osgeo.org/geos/geos-3.3.2.tar.bz2 or http://download.osgeo.org/geos/geos-svn.tar.bz2 and copy to c:\projects\geos . 180 180 {{{ 181 #cd /c/projects/geos182 #bzip2 -d -c geos-3.3.2.tar.bz2 | tar xvf -183 #cd geos-3.3.2184 #./configure --prefix=/c/projects/geos/rel-3.3.2185 #make186 #make install181 cd /c/projects/geos 182 bzip2 -d -c geos-3.3.2.tar.bz2 | tar xvf - 183 cd geos-3.3.2 184 ./configure --prefix=/c/projects/geos/rel-3.3.2 185 make 186 make install 187 187 }}} 188 188 To strip all the debug info weight from the libgeos DLL files, run 189 189 {{{ 190 # strip /c/projects/bin/geos/rel-3.3.0/*.dll190 strip /c/projects/bin/geos/rel-3.3.2/*.dll 191 191 }}} 192 192