Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 16 and Version 17 of dev/Windows


Ignore:
Timestamp:
Aug 19, 2005, 12:44:40 PM (19 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/Windows

    v16 v17  
    2424   3. give the exact path to the minGW directory, so msys can configure the important links.
    2525  1. Install [http://www.orxonox.net/files/mingw/Development/msys/msysDTK-1.0.1.exe msysDTK] to the same direcory as msys.
    26   1. Extract and copy the content of [http://www.orxonox.ethz.ch/files/mingw/Development/msys/msys-autoconf-2.59.tar.bz2 autoconf] and [http://www.orxonox.ethz.ch/files/mingw/Development/msys/msys-automake-1.8.2.tar.bz2 automake] to msys (this will overwrite the obsolete autoconf of msysDTK)
    27   1. Extract and Copy the content of [http://www.orxonox.ethz.ch/files/mingw/Development/mingw/SDL-devel-1.2.8-mingw32.tar.gz libSDL] to the minGW directory. (if you get a compile error in orxonox change in MinGW/include/SDL/SDL_audio.h on line 97 the function Pointer to the following:
     26  1. Extract and copy the content of [http://www.orxonox.net/files/mingw/Development/msys/msys-autoconf-2.59.tar.bz2 autoconf] and [http://www.orxonox.net/files/mingw/Development/msys/msys-automake-1.8.2.tar.bz2 automake] to msys (this will overwrite the obsolete autoconf of msysDTK)
     27  1. Extract and Copy the content of [http://www.orxonox.net/files/mingw/Development/mingw/SDL-devel-1.2.8-mingw32.tar.gz libSDL] to the minGW directory. (if you get a compile error in orxonox change in MinGW/include/SDL/SDL_audio.h on line 97 the function Pointer to the following:
    2828{{{
    2929void (*filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
    3030}}}
    31   1. Textures: extract [http://www.orxonox.ethz.ch/files/mingw/Development/mingw/SDL_image-devel-1.2.4-VC6.zip SDL_image h] into your minGW directory. Runtime Support: [http://www.orxonox.ethz.ch/files/mingw/Development/mingw/SDL_ttf-devel-2.0.7-VC6.zip here]
     31  1. Textures: extract [http://www.orxonox.net/files/mingw/Development/mingw/SDL_image-devel-1.2.4-VC6.zip SDL_image h] into your minGW directory. Runtime Support: [http://www.orxonox.net/files/mingw/Development/mingw/SDL_ttf-devel-2.0.7-VC6.zip here]
    3232  1. Sound: extract [http://www.orxonox.net/files/mingw/Development/mingw/SDL_ttf-devel-2.0.7-VC6.zip SDL_ttf]. Runtime Support: [http://www.orxonox.net/files/mingw/Runtime/SDL_ttf-2.0.7-win32.zip here].
    33   1. Fonts: extract [http://www.orxonox.ethz.ch/files/mingw/Development/mingw/SDL_mixer-devel-1.2.6-VC6.zip SDL_mixer]. Runtime Support: [http://www.orxonox.net/files/mingw/Runtime/SDL_mixer-1.2.6-win32.zip here].
     33  1. Fonts: extract [http://www.orxonox.net/files/mingw/Development/mingw/SDL_mixer-devel-1.2.6-VC6.zip SDL_mixer]. Runtime Support: [http://www.orxonox.net/files/mingw/Runtime/SDL_mixer-1.2.6-win32.zip here].
    3434  1. OPTIONAL: if you want the GTK-gui and the console to work, Extract the [http://www.orxonox.ethz.ch/files/mingw/Development/mingw/gtk/gtk-dev.rar GTK-dev-package] to the minGW directory.
    3535  1. Checkout the code from [http://svn.orxonox.net/orxonox] to a place of your convenience and work with it.
    36   1. If you want runtime support download [http://www.orxonox.ethz.ch/files/mingw/Runtime/SDL-1.2.8-win32.zip SDL-Runtime] , SDL_Mixer-libs and several gtk-runtime-libs.
     36  1. If you want runtime support download [http://www.orxonox.net/files/mingw/Runtime/SDL-1.2.8-win32.zip SDL-Runtime] , SDL_Mixer-libs and several gtk-runtime-libs.
    3737
    3838      (note that all packages can be downloaded from from http://mingw.org)