Changes between Version 41 and Version 42 of UsersWikiWinCompile
- Timestamp:
- 07/12/09 09:58:14 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompile
v41 v42 16 16 '''1. Installing Minimalist GNU for Windows (MinGW)''' 17 17 18 Download MinGW autoinstaller (Current - MinGW-5.1.4) from http://sourceforge.net/project/showfiles.php?group_id=2435 18 Download Automated MinGW Installer (Current - MinGW-5.1.4) from http://sourceforge.net/project/showfiles.php?group_id=2435 19 (http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/MinGW-5.1.4.exe/download) 19 20 1. Run the setup file and choose everything (except possibly Ada) 20 21 2. Accept the default Install location of C:\MinGW 21 22 22 '''2. Installing Minimal System (M ys)'''23 '''2. Installing Minimal System (Msys)''' 23 24 24 25 Msys provides you with a unix shell environment for compiling code under windows[[BR]] 25 Download Msys http://downloads.sourceforge.net/mingw/MSYS-1.0.10.exe 26 Download Msys http://sourceforge.net/projects/mingw/files/MSYS%20Base%20System/MSYS-1.0.11-rc-1.exe/download 27 28 (this is listed in http://sourceforge.net/project/showfiles.php?group_id=2435) 29 26 30 1. Say y to post Installation 27 31 2. When prompted do you have MinGW -> y … … 34 38 1. Run the EXE install and accept all the defaults 35 39 36 '''4. MSYS Core 1.0.11''' 40 '''4. MSYS Core 1.0.11''' (note you do not need this if you installed MSYS-1.0.11.exe) 37 41 38 42 1. Download MSYS Core 1.0.11 from http://downloads.sourceforge.net/mingw/msysCORE-1.0.11-2007.01.19-1.tar.bz2