Changes between Version 96 and Version 97 of DevWikiWinMingW64


Ignore:
Timestamp:
Mar 5, 2012, 9:33:44 AM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v96 v97  
    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 --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-gdal-1.9.0w64
    102102cd apps
    103103make gdal-config
    104104cd ..
    105105make && make install
     106cd /c/projects/gdal/rel-gdal-1.9.0w64/bin
     107strip *.dll
    106108}}}
    107109