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) |
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 |