Changes between Version 89 and Version 90 of DevWikiWinMingW64
- Timestamp:
- 03/04/12 15:09:21 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64
v89 v90 108 108 == 4. Compiling GEOS == 109 109 110 Download latest GEOS source from http://trac.osgeo.org/geos/ either the http://download.osgeo.org/geos/geos-3.3. 0.tar.bz2 or http://download.osgeo.org/geos/geos-svn.tar.bz2 and copy to c:\projects\geos.110 Download latest GEOS source from http://trac.osgeo.org/geos/ either the http://download.osgeo.org/geos/geos-3.3.2.tar.bz2 111 111 You can also use the trunk svn version https://svn.osgeo.org/geos/trunk. If you are using svn version, make sure to run: 112 112 … … 157 157 {{{ 158 158 cd /c/projects/geos 159 tar xjf geos-3.3. 0.tar.bz2160 cd geos-3.3. 0161 ./configure --prefix=/c/projects/geos/rel-3.3. 0--build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32159 tar xjf geos-3.3.2.tar.bz2 160 cd geos-3.3.2 161 ./configure --prefix=/c/projects/geos/rel-3.3.2 --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 162 162 make 163 163 make install … … 165 165 To strip all the debug info weight from the libgeos DLL files, run 166 166 {{{ 167 # strip /c/projects/bin/geos/rel-3.3. 0/*.dll167 # strip /c/projects/bin/geos/rel-3.3.2/*.dll 168 168 }}} 169 169