Changes between Version 143 and Version 144 of DevWikiWinMingW64
- Timestamp:
- 07/06/12 05:09:44 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified DevWikiWinMingW64
v143 v144 149 149 tar xvfz gdal-1.9.1.tar.gz 150 150 cd gdal-${GDAL_VER} 151 ./configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --with-threads=no --prefix= /c/projects/gdal/rel-${GDAL_VER}w64151 ./configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --with-threads=no --prefix=${PROJECTS}/gdal/rel-${GDAL_VER}w64 152 152 make && make install 153 153 cd ${PROJECTS}/gdal/rel-${GDAL_VER}w64/bin … … 271 271 wget http://iweb.dl.sourceforge.net/project/cunit/CUnit/2.1-2/CUnit-2.1-2-src.tar.bz2 272 272 tar -xvf CUnit-2.1-2-src.tar.bz2 273 cd CUnit-2.1 .2273 cd CUnit-2.1-2 274 274 #if you are building for 64-bit then use x86_64-w64-mingw32 for the build,host,target 275 275 #32 bit uses i686-w64-mingw32 for build, host, target