= Windows = [[TracNav(TracNav/TOC)]] === Installing the MinGW, msys & Libraries === 1. First of all you need subversion from [subversion.tigris.org]. There is also a GUI version at [http://tortoisesvn.tigris.org] (The command line version is good if you are experienced with the shell, otherwise download the GUI version) 1. Download and install [http://svn.orxonox.net/webdev/develop/win32/dev/MinGW-4.1.0.exe minGW] 1. Download [http://svn.orxonox.net/webdev/develop/win32/dev/MSYS-1.0.10.exe msys] 1. Install msys on another path than minGW 2. During the installation process answer yes (y) twice 3. Type in the exact path of minGW directory, so msys can configure the important links. 1. Install [http://svn.orxonox.net/webdev/develop/win32/dev/msysDTK-1.0.1.exe msysDTK] to the same direcory as msys. 1. Extract the [http://svn.orxonox.net/webdev/develop/win32/dev/toMSYS.rar toMSYS.rar] to the same direcory as msys. 1. Extract the [http://svn.orxonox.net/webdev/develop/win32/dev/toMinGW.rar toMinGW.rar] to the same direcory as minGW. 1. Download and install the newest version of Trolltech's Qt at http://www.trolltech.com 1. Optionally you can download the [http://svn.orxonox.net/webdev/develop/win32/runtime/ Orxonox runtime] libraries === Compilation === 1. Start msys 1. Go to the project directory {{{ $ cd orxonox }}} 1. Run {{{ $ ./autogen.sh $ ./configure $ make }}} (note that all packages can be downloaded from from http://mingw.org)