Changes between Version 89 and Version 90 of DevWikiWinMingW64


Ignore:
Timestamp:
Mar 4, 2012, 3:09:21 PM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v89 v90  
    108108== 4. Compiling GEOS ==
    109109
    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.
     110Download latest GEOS source from http://trac.osgeo.org/geos/ either the http://download.osgeo.org/geos/geos-3.3.2.tar.bz2
    111111You can also use the trunk svn version https://svn.osgeo.org/geos/trunk. If you are using svn version, make sure to run:
    112112
     
    157157{{{
    158158cd /c/projects/geos
    159 tar xjf geos-3.3.0.tar.bz2
    160 cd geos-3.3.0
    161 ./configure --prefix=/c/projects/geos/rel-3.3.0 --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32
     159tar xjf geos-3.3.2.tar.bz2
     160cd 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
    162162make
    163163make install
     
    165165To strip all the debug info weight from the libgeos DLL files, run
    166166{{{
    167 # strip /c/projects/bin/geos/rel-3.3.0/*.dll
     167# strip /c/projects/bin/geos/rel-3.3.2/*.dll
    168168}}}
    169169