Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Version 2 (modified by bensch, 19 years ago) (diff)

Windows Tutorial

  1. At 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)
  2. Download and install [MinGW http://www.orxonox.ethz.ch/files/mingw/Development/mingw/MinGW-3.1.0-1.exe]
  3. Download and install [msys http://www.orxonox.ethz.ch/files/mingw/Development/msys/MSYS-1.0.10.exe]
    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.
  4. Install [msysDTK http://www.orxonox.ethz.ch/files/mingw/Development/msys/msysDTK-1.0.1.exe] to the same direcory as msys.
  5. Extract and copy the content of [autoconf http://www.orxonox.ethz.ch/files/mingw/Development/msys/msys-autoconf-2.59.tar.bz2] and [automake http://www.orxonox.ethz.ch/files/mingw/Development/msys/msys-automake-1.8.2.tar.bz2] to msys (this will overwrite the obsolete autoconf of msysDTK) Extract and Copy the content of [libSDL http://www.orxonox.ethz.ch/files/mingw/Development/mingw/SDL-devel-1.2.8-mingw32.tar.gz] to the minGW directory.
  6. OPTIONAL: if you want the GTK-gui and the console to work, Extract the GTK-dev-package to the minGW directory.
  7. OPTIONAL: if you want to have support for all image types, extract SDL_image into your minGW directory.

Thanks to some strange bug we do not understand, you have to copy the file /include/SDL_image.h to /include/SDL/SDL_image.h. Runtime Support is here.

  1. OPTIONAL: if you want to have support for the branche/sound, you need SDL_mixer into your minGW directory.

Thanks to some strange bug we do not understand, you have to copy the file /include/SDL_mixer.h to /include/SDL/SDL_mixer.h. Runtime Support is here.

  1. Checkout the code [from https://open.datacore.ch/read-only/orxonox] to a place of your convenience and work with it.
  2. If you want runtime support download SDL-Runtime , SDL_Mixer-libs and several gtk-runtime-libs.

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

Attachments (5)

Download all attachments as: .zip