Changes between Version 55 and Version 56 of DevWikiWinMingWSys_20
- Timestamp:
- 07/03/12 04:30:16 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingWSys_20
v55 v56 181 181 == 10. Compiling GEOS == 182 182 183 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.bz2and copy to c:\projects\geos .183 Download latest GEOS source from http://trac.osgeo.org/geos/ either the http://download.osgeo.org/geos/geos-3.3.5.tar.bz2 and copy to c:\projects\geos . 184 184 {{{ 185 185 cd /c/projects/geos 186 bzip2 -d -c geos-3.3. 2.tar.bz2 | tar xvf -187 cd geos-3.3. 2188 ./configure --prefix=/c/projects/geos/rel-3.3. 2186 bzip2 -d -c geos-3.3.5.tar.bz2 | tar xvf - 187 cd geos-3.3.5 188 ./configure --prefix=/c/projects/geos/rel-3.3.5 189 189 make 190 190 make install … … 192 192 To strip all the debug info weight from the libgeos DLL files, run 193 193 {{{ 194 strip /c/projects/geos/rel-3.3. 2/bin/*.dll194 strip /c/projects/geos/rel-3.3.5/bin/*.dll 195 195 }}} 196 196