Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of dev/Windows


Ignore:
Timestamp:
Apr 21, 2005, 2:42:00 AM (19 years ago)
Author:
bensch
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/Windows

    v2 v3  
    1010  1. 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)
    1111   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.
    12   1. OPTIONAL: if you want the GTK-gui and the console to work, Extract the GTK-dev-package to the minGW directory.
    13   1. OPTIONAL: if you want to have support for all image types, extract SDL_image into your minGW directory.
    14 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.
    15 Runtime Support is here.
    16   1. OPTIONAL: if you want to have support for the branche/sound, you need SDL_mixer into your minGW directory.
    17 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.
    18 Runtime Support is here.
     12  1. Textures: extract [SDL_image http://www.orxonox.ethz.ch/files/mingw/Development/mingw/SDL_image-devel-1.2.4-VC6.zip] into your minGW directory. Runtime Support: [here http://www.orxonox.ethz.ch/files/mingw/Runtime/SDL_image-1.2.4-win32.zip]
     13  1. Sound: extract [SDL_mixer http://www.orxonox.ethz.ch/files/mingw/Development/mingw/SDL_mixer-devel-1.2.6-VC6.zip]. Runtime Support: [here http://www.orxonox.ethz.ch/files/mingw/Runtime/SDL_mixer-1.2.6-win32.zip].
     14  1. OPTIONAL: if you want the GTK-gui and the console to work, Extract the [GTK-dev-package http://www.orxonox.ethz.ch/files/mingw/Development/mingw/gtk/gtk-dev.rar] to the minGW directory.
    1915  1. Checkout the code [from https://open.datacore.ch/read-only/orxonox] to a place of your convenience and work with it.
    2016  1. If you want runtime support download SDL-Runtime , SDL_Mixer-libs and several gtk-runtime-libs.