Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 2 of dev/WindowsMinGW/upgrade


Ignore:
Timestamp:
Sep 21, 2010, 6:00:39 PM (14 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW/upgrade

    v1 v2  
    11= Upgrade MinGW =
    22
     3== Uninstall the old version of MinGW ==
    34 1. Uninstall MinGW - This should be possible with Start/Programs/MinGW/Uninstall (or similar)
    45 1. The uninstaller of MinGW often doesn't remove all files. Delete the whole MinGW directory manually.
     6
     7== Install the new version of MinGW ==
    58 1. Install the latest version of MinGW:
    69   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]
     
    1013   1. Wait until the installer downloaded and installed all packages
    1114 1. If you installed MinGW to the same directory as before, you can skip this step. Otherwise you have to tell MSYS about the new path:
    12    1. Execute MSYS's post-installation: {{{c:\<msys-install-path>\postinstall\pi.bat}}}
    13    1. Answer yes (y) twice
    14    1. Specify the path to your new MinGW directory (by default this is {{{c:/mingw}}})
     15   1. Open the file {{{c:\<msys-install-path>\etc\fstab}}} with a text-editor (WordPad, Notepad).
     16   1. Change the path to your MinGW installation. Default is {{{c:/mingw /mingw}}}
    1517 1. Open MSYS and check if the installation worked:
    1618 {{{
     
    1820 }}}
    1921 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).
     22
     23== Update the dependencies ==
    2024 1. Delete the old dependency directory ({{{c:\<msys-homedir>\dependencies}}})
    2125 1. Download the latest dependency package: [http://svn.orxonox.net/downloads/windows/precompiled_dependencies/OrxonoxDeps_100921_5.0_MinGW.7z Download]. Extract the archive into {{{c:\<msys-homedir>\}}}