Changes between Version 49 and Version 50 of UsersWikiWinCompile


Ignore:
Timestamp:
Jul 15, 2009, 8:37:09 PM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v49 v50  
    4949     3. Flex, http://kent.dl.sourceforge.net/sourceforge/gnuwin32/flex-2.5.4a-1.exe
    5050     4. !GetText, http://kent.dl.sourceforge.net/sourceforge/gnuwin32/gettext-0.14.4.exe
    51      5. !LibIconv, http://kent.dl.sourceforge.net/sourceforge/gnuwin32/libiconv-1.9.2-1.exe
     51
     52'''Note for iconv we are going to compile our own instead of install from gnuwin since gnuwin changed some constants'''
     53     5. !LibIconv,
     54
     55         a) download source from http://ftp.gnu.org/gnu/libiconv (we are going to use libiconv-1.13.1.tar.gz)
     56         b) gzip -d -c libiconv-1.13.1.tar.gz | tar xvf -
     57         c) cd libiconv-1.13.1
     58         d) ./configure --prefix=/c/mingw
     59         e) make
     60         f) make install
    5261OBS! Change install directory to c:\mingw
    5362