Changes between Version 128 and Version 129 of DevWikiWinMingW64


Ignore:
Timestamp:
Mar 27, 2012, 7:20:45 AM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v128 v129  
    8787tar -xvf autoconf-2.65.tar.gz
    8888cd autoconf-2.65
    89 ./configure --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 --prefix=/mingw  (if you are building for 64-bit then use --host=x86_64-w64-mingw32)
     89./configure --host=x86_64-w64-mingw32 --prefix=/mingw  (if you are building for 32-bit then use --host=i686-w64-mingw32)
    9090make && make install
    9191autoconf --version