Changes between Version 66 and Version 67 of DevWikiWinMingW64


Ignore:
Timestamp:
Apr 15, 2011, 12:23:20 PM (13 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v66 v67  
    5858tar -xvf autoconf-2.65.tar.gz
    5959cd autoconf-2.65
    60 ./configure --build=i686-w64-mingw32 --host=i686-w64-mingw32 (if you are building for 64-bit then use --build=x86_64-w64-mingw32)
     60./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)
    6161make && make install
    6262autoconf --version