Changes between Version 76 and Version 77 of DevWikiWinMingW64
- Timestamp:
- 02/29/12 23:01:11 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified DevWikiWinMingW64
v76 v77 90 90 }}} 91 91 92 == GDAL == 93 {{{ 94 cd /c/projects 95 mkdir gdal 96 cd gdal 97 wget http://download.osgeo.org/gdal/gdal-1.9.0.tar.gz 98 tar xvfz gdal-1.9.0.tar.gz 99 cd gdal-1.9.0 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.0w64 102 cd apps 103 make gdal-config 104 cd .. 105 make && make install 106 }}} 92 107 93 108 == 4. Compiling GEOS ==