Changes between Version 4 and Version 5 of NativesWin32Build


Ignore:
Timestamp:
09/25/09 15:35:12 (16 years ago)
Author:
izomorphius
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NativesWin32Build

    v4 v5  
    1515 * download from the minGW project, there is a convenient archive file that contains them all - [http://www.asteasolutions.net/~nenko/mingw+msys.rar]: 
    1616  * binutils - (version used in this document is 2.19.1) 
    17   * gcc-core - (version used in this document is 4.2.1) 
    18   * gcc-g++ - (version used in this document is 4.2.1) 
    19   * mingwrt - (version used in this document is 3.15.2) 
    20   * mingwrt-mingw32dll - (version used in this document is 3.15.2) 
     17  * gcc-core - (version used in this document is 4.4.0) - contained in gcc-core-4.4.0-mingw32-bin.tar.gz and gcc-core-4.4.0-mingw32-dll.tar.gz 
     18  * gcc-g++ - (version used in this document is 4.4.0) - contained in the files gcc-c++-4.4.0-mingw32-bin.tar.gz and gcc-c++-4.4.0-mingw32-dll.tar.gz 
     19  * gmp (version used in this document is 4.2.4) 
     20  * mingwrt-dev - (version used in this document is 3.15.2) 
     21  * mingwrt-dll - (version used in this document is 3.15.2) 
    2122  * w32api-mingw32-dev - should be at least 3.13 version in order to build ffmpeg (version used in this document is 3.13) 
     23  * mpfr - version used in this document is (2.4.1) 
    2224  * extract all files to msys/mingw directory  
    23   * go to msys/mingw/bin directory and rename  
    24    * c++-sjlj.exe to c++.exe 
    25    * cpp-sjlj.exe to cpp.exe 
    26    * g++-sjlj.exe to g++.exe 
    27    * gcc-sjlj.exe to gcc.exe 
    2825  * download msys - (version used in this document is 1.0.11) 
    29   * install msys to msys/ directory created before - it is very important to install msys, after you install [http://www.mingw.org/ MinGW], otherwise you should make changes in the configuration of msys 
     26  * install msys to msys/ directory created before - it is very important to install msys, after you install [http://www.mingw.org/ MinGW], otherwise you should make changes in the configuration of msys.  
    3027   * For example: C:/msys 
    31   * if everything is OK a console should be opened and you will be promted whether have a [http://www.mingw.org/ MinGW] installed and where it is 
    32   * download and unpack 'coreutils'. The unpacked folder contains many UNIX commands and you can copy the one you need. For building ffmpeg you need 'pr'. So copy pr.exe to msys/bin directory 
    33   * checout the natives from the svn 
     28  * if everything is OK a console should be opened and you will be promted whether have a [http://www.mingw.org/ MinGW] installed and where it is. The console should seem happy that you do not have msys/mingw/bin/make.exe - this is normal. 
     29  * download and unpack 'coreutils'(it is contained in the rar file mentioned above). The unpacked folder contains many UNIX commands and you can copy the one you need. For building ffmpeg you need 'pr'. So copy pr.exe to msys/bin directory 
     30  * checkout the natives from the svn 
    3431   * svn co svn://sophie2.org/sophie2/branches/private/nenko/natives2/sophie2-natives 
    3532  * the folder structure in sophie2-natives is the following: