Changes between Version 117 and Version 118 of DevWikiWinMingW64


Ignore:
Timestamp:
Mar 12, 2012, 9:00:51 AM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v117 v118  
    1717
    1818 * Extract your respective zip into a folder called C:\mingw_w64 or c:\mingw_w32
    19  * Add c:\mingw_w64\bin (or c:\mingw_w32\bin) to your windows environment path variable in System Control Panel Advanced Settings -- PATH
     19
    2020
    2121
     
    7878tar -xvf autoconf-2.65.tar.gz
    7979cd autoconf-2.65
    80 ./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)
     80./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)
    8181make && make install
    8282autoconf --version
     
    9191
    9292cd libtool-2.4
    93 ./configure --host=x86_64-w64-mingw32 --disable-shared
     93./configure --host=x86_64-w64-mingw32 --disable-shared --prefix=/mingw
    9494#if you are building on 32-bit then use --host=i686-w64-mingw32 for the host
    9595make clean && make && make install