Changes between Version 103 and Version 104 of DevWikiWinMingW64


Ignore:
Timestamp:
Mar 5, 2012, 7:57:20 PM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v103 v104  
    118118tar xvfz gdal-1.9.0.tar.gz
    119119cd gdal-1.9.0
    120 # if you have single toolchain (not a cross compiling chain no need to specify --host, --target, --build)
     120
    121121./configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/c/projects/gdal/rel-1.9.0w64
    122 cd apps
    123 make gdal-config
    124 cd ..
    125122make && make install
    126123cd /c/projects/gdal/rel-1.9.0w64/bin