Changes between Version 143 and Version 144 of DevWikiWinMingW64


Ignore:
Timestamp:
Jul 6, 2012, 5:09:44 AM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v143 v144  
    149149tar xvfz gdal-1.9.1.tar.gz
    150150cd 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}w64
     151./configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --with-threads=no --prefix=${PROJECTS}/gdal/rel-${GDAL_VER}w64
    152152make && make install
    153153cd ${PROJECTS}/gdal/rel-${GDAL_VER}w64/bin
     
    271271wget http://iweb.dl.sourceforge.net/project/cunit/CUnit/2.1-2/CUnit-2.1-2-src.tar.bz2
    272272tar -xvf CUnit-2.1-2-src.tar.bz2
    273 cd CUnit-2.1.2
     273cd CUnit-2.1-2
    274274#if you are building for 64-bit then use x86_64-w64-mingw32 for the build,host,target
    275275#32 bit uses i686-w64-mingw32 for build, host, target