Changes between Version 139 and Version 140 of DevWikiWinMingW64


Ignore:
Timestamp:
Jul 3, 2012, 4:32:43 AM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v139 v140  
    199199-- follow instructions in [http://www.gaia-gis.it/spatialite-3.0.0-BETA/mingw64_how_to.html#libgeos]
    200200{{{
     201export GEOS_VER=3.3.5
    201202cd /c/projects/geos
    202 tar xjf geos-3.3.3.tar.bz2
    203 cd geos-3.3.3
    204 ./configure --host=x86_64-w64-mingw32 --prefix=/c/projects/geos/rel-3.3.3w64 | tee /c/geos_configure_3.3.log
     203tar xjf geos-${GEOS_VER}.tar.bz2
     204cd geos-${GEOS_VER}
     205./configure --host=x86_64-w64-mingw32 --prefix=/c/projects/geos/rel-${GEOS_VER}w64 | tee /c/geos_configure_3.3.log
    205206make
    206207make install
     
    208209To strip all the debug info weight from the libgeos DLL files, run
    209210{{{
    210 strip /c/projects/bin/geos/rel-3.3.3w64/*.dll
     211strip /c/projects/bin/geos/rel-${GEOS_VER}w64/*.dll
    211212}}}
    212213