Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Windows

This is an archived page!
This page is very old and the content is not up to date.
Not everything (if any) which is written here will be in the final game!

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)
  2. Download and install minGW
  3. Download 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.
  4. Install msysDTK to the same direcory as msys.
  5. Extract the toMSYS.rar to the same direcory as msys.
  6. Extract the toMinGW.rar to the same direcory as minGW.
  7. Download and install the newest version of Trolltech's Qt at http://www.trolltech.com
  8. Optionally you can download the Orxonox runtime libraries

Compilation

  1. Start msys
  2. Go to the project directory
     $ cd orxonox
    
  3. Run
     $ ./autogen.sh
     $ ./configure
     $ make
    

(note that all packages can be downloaded from from http://mingw.org)

Last modified 7 years ago Last modified on Apr 15, 2017, 3:10:33 PM