Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 3 and Version 4 of dev/WindowsMinGW/upgrade


Ignore:
Timestamp:
Mar 8, 2011, 10:14:54 PM (13 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW/upgrade

    v3 v4  
    77== Install the new version of MinGW ==
    88 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/download installer]
    10    1. Chose "Use pre-packaged repository 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"
    1111   1. Chose an install path, default is {{{c:\mingw}}} but every other '''path without whitespaces''' works
    1212   1. Select "C Compiler" and "C++ Compiler"
     
    1919 gcc --version
    2020 }}}
    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).
    2222
    2323== Update the dependencies ==