= Windows = [[TracNav(TracNav/TOC)]] === Brute force version === 1. First you will need subversion from [subversion.tigris.org]. There is also a GUI version out there at [http://tortoisesvn.tigris.org] (The commandline svn is probably the right choice if you are experienced with the shell, and for advanced work) 1. Download and install [http://svn.orxonox.net/webdev/develop/win32/dev/MinGW-4.1.0.exe mingw] 1. Download and install [http://svn.orxonox.net/webdev/develop/win32/dev/MSYS-1.0.10.exe msys] 1. choose another path than minGW for msys installation 2. while installing say twice yes (y) 3. give the exact path to the 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 msys. 1. extract the [http://svn.orxonox.net/webdev/develop/win32/dev/toMinGW.rar toMinGW.rar] to mingw. 1. Download and install the newest version of Trolltech's Qt at http://www.trolltech.com 1. optionally you can always download the [http://svn.orxonox.net/webdev/develop/win32/runtime/ runtime] libraries === Compilation === 1. start msys 1. goto the project directory 1. run {{{ $ ./autogen.sh $ ./configure $ make }}} (note that all packages can be downloaded from from http://mingw.org)