Changes between Version 101 and Version 102 of DevWikiWinMingW64


Ignore:
Timestamp:
Mar 5, 2012, 7:31:01 PM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v101 v102  
    8484
    8585For libtool
    86 {{{
    87 cd /c/projects
    88 tar -xvf libtool-2.4.10.tar.gz
     86unzip tar -xvf libtool-2.4.10.tar.gz with 7zip into projects folder
     87{{{
     88cd /c/projects
     89
    8990cd libtool-2.4
    90 ./configure --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 --disable-shared
    91 #if you are building for 64-bit then use --host=x86_64-w64-mingw32 for the build,host,target
     91./configure --host=x86_64-w64-mingw32 --disable-shared
     92#if you are building on 32-bit then use --host=i686-w64-mingw32 for the host
    9293make clean && make && make install
    9394libtool --version