Changes between Version 51 and Version 52 of UsersWikiWinCompile

Show
Ignore:
Timestamp:
07/15/09 20:38:30 (4 years ago)
Author:
robe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v51 v52  
    5555         a. download source from http://ftp.gnu.org/gnu/libiconv (we are going to use libiconv-1.13.1.tar.gz) 
    5656         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 
     57         c. cd libiconv-1.13.1 
     58         d. ./configure --prefix=/c/mingw 
     59         e. make  
     60         f. make install 
    6161OBS! Change install directory to c:\mingw 
    6262