Changes between Version 55 and Version 56 of DevWikiWinMingWSys_20


Ignore:
Timestamp:
07/03/12 04:30:16 (12 years ago)
Author:
robe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingWSys_20

    v55 v56  
    181181== 10. Compiling GEOS ==
    182182
    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.bz2 and copy to c:\projects\geos .
     183Download 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 .
    184184{{{
    185185cd /c/projects/geos
    186 bzip2 -d -c geos-3.3.2.tar.bz2 | tar xvf -
    187 cd geos-3.3.2
    188 ./configure --prefix=/c/projects/geos/rel-3.3.2
     186bzip2 -d -c geos-3.3.5.tar.bz2 | tar xvf -
     187cd geos-3.3.5
     188./configure --prefix=/c/projects/geos/rel-3.3.5
    189189make
    190190make install
     
    192192To strip all the debug info weight from the libgeos DLL files, run
    193193{{{
    194 strip /c/projects/geos/rel-3.3.2/bin/*.dll
     194strip /c/projects/geos/rel-3.3.5/bin/*.dll
    195195}}}
    196196