Changes between Version 12 and Version 13 of dev/WindowsMinGW
- Timestamp:
- Oct 6, 2008, 3:01:01 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/WindowsMinGW
v12 v13 3 3 4 4 == MinGW == 5 Download the MinGW package provided by sourceforge: [http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=240780 Download] [[br]] 6 7 Installation: 8 1. Check "Download and Install" 9 1. Check "current" package 10 1. Select "g++ compiler" and "MinGW Make" 11 1. Usually MinGW is installed to {{{c:\mingw}}} 5 Download the MinGW package: [http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=240780 Download] 6 * Usually MinGW is installed to {{{c:\mingw}}} 12 7 13 8 … … 17 12 1. Install MSYS into another path than MinGW 18 13 1. During the installation process answer yes (y) twice 19 1. Specify the path of the MinGW directory (most probably this will be {{{c: \mingw}}}).14 1. Specify the path of the MinGW directory (most probably this will be {{{c:/mingw}}}). 20 15 21 Switch to the home-directory of your MSYS installation: {{{ C:\<msys-install-path>\home\<username>\}}}[[br]]16 Switch to the home-directory of your MSYS installation: {{{C:\<msys-install-path>\home\<username>\}}}[[br]] 22 17 This is your homedirectory in MSYS, this is where the action takes place. 23 18