Changes between Version 142 and Version 143 of DevWikiWinMingW64


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

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v142 v143  
    206206{{{
    207207export GEOS_VER=3.3.5
    208 cd /c/projects/geos
     208cd ${PROJECTS}/geos
    209209tar xjf geos-${GEOS_VER}.tar.bz2
    210210cd geos-${GEOS_VER}
    211 ./configure --host=x86_64-w64-mingw32 --prefix=/c/projects/geos/rel-${GEOS_VER}w64 | tee /c/geos_configure_3.3.log
     211./configure --host=x86_64-w64-mingw32 --prefix=${PROJECTS}/geos/rel-${GEOS_VER}w64 | tee /c/geos_configure_3.3.log
    212212make
    213213make install
     
    215215To strip all the debug info weight from the libgeos DLL files, run
    216216{{{
    217 strip /c/projects/bin/geos/rel-${GEOS_VER}w64/*.dll
     217strip ${PROJECTS}/bin/geos/rel-${GEOS_VER}w64/*.dll
    218218}}}
    219219
     
    229229tar xvfz libiconv-1.13.1.tar.gz
    230230cd libiconv-1.13.1
    231 ./configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/c/projects/rel-libiconv-1.13.1w64
     231./configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=${PROJECTS}/rel-libiconv-1.13.1w64
    232232make
    233233make install