= Upgrade MinGW = 1. Uninstall MinGW - This should be possible with Start/Programs/MinGW/Uninstall (or similar) 1. The uninstaller of MinGW often doesn't remove all files. Delete the whole MinGW directory manually. 1. Install the latest version of MinGW: 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] 1. Chose "Use pre-packaged repository catalogues" 1. Chose an install path, default is {{{c:\mingw}}} but every other '''path without whitespaces''' works 1. Select "C Compiler" and "C++ Compiler" 1. Wait until the installer downloaded and installed all packages 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: 1. Execute MSYS's post-installation: {{{c:\\postinstall\pi.bat}}} 1. Answer yes (y) twice 1. Specify the path to your new MinGW directory (by default this is {{{c:/mingw}}}) 1. Open MSYS and check if the installation worked: {{{ gcc --version }}} 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). 1. Delete the old dependency directory ({{{c:\\dependencies}}}) 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:\\}}} 1. Recompile Orxonox. If you experience problems, ask in the [http://forum.orxonox.net/ forum].