Changes between Version 92 and Version 93 of DevWikiWinMingW64


Ignore:
Timestamp:
Mar 4, 2012, 9:08:19 PM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v92 v93  
    5959tar -xvf autoconf-2.65.tar.gz
    6060cd autoconf-2.65
    61 ./configure --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 (if you are building for 64-bit then use --build=x86_64-w64-mingw32)
     61./configure --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 (if you are building for 64-bit then use --host=x86_64-w64-mingw32)
    6262make && make install
    6363autoconf --version
     
    131131tar xjf geos-3.3.2.tar.bz2
    132132cd geos-3.3.2
    133 ./configure --prefix=/c/projects/geos/rel-3.3.2 --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32
     133./configure --prefix=/c/projects/geos/rel-3.3.2 --host=i686-w64-mingw32
    134134make
    135135make install