Changes between Version 117 and Version 118 of DevWikiWinMingW64
- Timestamp:
- 03/12/12 09:00:51 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64
v117 v118 17 17 18 18 * 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 20 20 21 21 … … 78 78 tar -xvf autoconf-2.65.tar.gz 79 79 cd 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) 81 81 make && make install 82 82 autoconf --version … … 91 91 92 92 cd libtool-2.4 93 ./configure --host=x86_64-w64-mingw32 --disable-shared 93 ./configure --host=x86_64-w64-mingw32 --disable-shared --prefix=/mingw 94 94 #if you are building on 32-bit then use --host=i686-w64-mingw32 for the host 95 95 make clean && make && make install