Changes between Version 3 and Version 4 of dev/WindowsMinGW/upgrade
- Timestamp:
- Mar 8, 2011, 10:14:54 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/WindowsMinGW/upgrade
v3 v4 7 7 == Install the new version of MinGW == 8 8 1. Install the latest version of MinGW: 9 1. Download and execute the [http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/mingw-get-inst/mingw-get-inst-20100909/mingw-get-inst-20100909.exe/downloadinstaller]10 1. Chose " Use pre-packagedrepository catalogues"9 1. Download and execute the latest version of the [http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/mingw-get-inst/ MinGW installer] 10 1. Chose "Download latest repository catalogues" 11 11 1. Chose an install path, default is {{{c:\mingw}}} but every other '''path without whitespaces''' works 12 12 1. Select "C Compiler" and "C++ Compiler" … … 19 19 gcc --version 20 20 }}} 21 You should get something similar to "gcc.exe (GCC) 4.5. 0". If you get "sh: gcc: command not found", make sure you installed MinGW correctly and configured MSYS accordingly (see the step above).21 You should get something similar to "gcc.exe (GCC) 4.5.x". If you get "sh: gcc: command not found", make sure you installed MinGW correctly and configured MSYS accordingly (see the step above). 22 22 23 23 == Update the dependencies ==