Changes between Version 33 and Version 34 of DevWikiWinMingWSys_20


Ignore:
Timestamp:
Jan 5, 2012, 2:27:13 PM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingWSys_20

    v33 v34  
    179179Download 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 .
    180180{{{
    181 # 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
     181cd /c/projects/geos
     182bzip2 -d -c geos-3.3.2.tar.bz2 | tar xvf -
     183cd geos-3.3.2
     184./configure --prefix=/c/projects/geos/rel-3.3.2
     185make
     186make install
    187187}}}
    188188To strip all the debug info weight from the libgeos DLL files, run
    189189{{{
    190 # strip /c/projects/bin/geos/rel-3.3.0/*.dll
     190strip /c/projects/bin/geos/rel-3.3.2/*.dll
    191191}}}
    192192