Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 21, 2010, 5:40:34 PM (14 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW/upgrade

    v1 v1  
     1= Upgrade MinGW =
     2
     3 1. Uninstall MinGW - This should be possible with Start/Programs/MinGW/Uninstall (or similar)
     4 1. The uninstaller of MinGW often doesn't remove all files. Delete the whole MinGW directory manually.
     5 1. Install the latest version of MinGW:
     6   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]
     7   1. Chose "Use pre-packaged repository catalogues"
     8   1. Chose an install path, default is {{{c:\mingw}}} but every other '''path without whitespaces''' works
     9   1. Select "C Compiler" and "C++ Compiler"
     10   1. Wait until the installer downloaded and installed all packages
     11 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 MSYS and check if the installation worked:
     16 {{{
     17 gcc --version
     18 }}}
     19 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).
     20 1. Delete the old dependency directory ({{{c:\<msys-homedir>\dependencies}}})
     21 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>\}}}
     22 1. Recompile Orxonox. If you experience problems, ask in the [http://forum.orxonox.net/ forum].