Changes between Version 97 and Version 98 of DevWikiWinMingW64

Show
Ignore:
Timestamp:
03/05/12 09:36:56 (15 months ago)
Author:
robe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v97 v98  
    9999cd gdal-1.9.0 
    100100# if you have single toolchain (not a cross compiling chain no need to specify --host, --target, --build) 
    101 ./configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/c/projects/gdal/rel-gdal-1.9.0w64  
     101./configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/c/projects/gdal/rel-1.9.0w64  
    102102cd apps 
    103103make gdal-config 
    104104cd .. 
    105105make && make install 
    106 cd /c/projects/gdal/rel-gdal-1.9.0w64/bin 
     106cd /c/projects/gdal/rel-1.9.0w64/bin 
    107107strip *.dll 
    108108}}} 
     
    148148{{{ 
    149149cd /c/projects/geos 
    150 tar xjf geos-3.3.2.tar.bz2 
    151 cd geos-3.3.2 
    152 ./configure --prefix=/c/projects/geos/rel-3.3.2 --host=i686-w64-mingw32 
     150tar xjf geos-3.3.3.tar.bz2 
     151cd geos-3.3.3 
     152./configure --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --prefix=/c/projects/geos/rel-3.3.3w64 | tee /c/geos_configure_3.3.log  
    153153make 
    154154make install 
     
    156156To strip all the debug info weight from the libgeos DLL files, run 
    157157{{{ 
    158 # strip /c/projects/bin/geos/rel-3.3.2/*.dll 
     158strip /c/projects/bin/geos/rel-3.3.3/*.dll 
    159159}}} 
    160160