Changes between Version 52 and Version 53 of UsersWikiWinCompile


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

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v52 v53  
    5151
    5252'''Note for iconv we are going to compile our own instead of install from gnuwin since gnuwin changed some constants'''
    53      5. !LibIconv,
    54 
     53     5. !LibIconv
    5554         a. download source from http://ftp.gnu.org/gnu/libiconv (we are going to use libiconv-1.13.1.tar.gz)
    5655         b. gzip -d -c libiconv-1.13.1.tar.gz | tar xvf -
    5756         c. cd libiconv-1.13.1
    5857         d. ./configure --prefix=/c/mingw
    59          e. make
    60          f. make install
     58         e. make && make install
     59
    6160OBS! Change install directory to c:\mingw
    6261