Changes between Version 96 and Version 97 of DevWikiWinMingW64
- Timestamp:
- 03/05/12 09:33:44 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64
v96 v97 99 99 cd gdal-1.9.0 100 100 # 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.0w64101 ./configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/c/projects/gdal/rel-gdal-1.9.0w64 102 102 cd apps 103 103 make gdal-config 104 104 cd .. 105 105 make && make install 106 cd /c/projects/gdal/rel-gdal-1.9.0w64/bin 107 strip *.dll 106 108 }}} 107 109