Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 8 and Version 9 of dev/Windows


Ignore:
Timestamp:
Apr 27, 2005, 3:01:22 PM (19 years ago)
Author:
bensch
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/Windows

    v8 v9  
    99  1. Install [http://www.orxonox.ethz.ch/files/mingw/Development/msys/msysDTK-1.0.1.exe msysDTK] to the same direcory as msys.
    1010  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)
    11    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.
     11  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:
     12{{{
     13void (*filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
     14}}}
    1215  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]
    1316  1. Sound: extract [http://www.orxonox.ethz.ch/files/mingw/Development/mingw/SDL_ttf-devel-2.0.7-VC6.zip SDL_ttf]. Runtime Support: [http://www.orxonox.ethz.ch/files/mingw/Runtime/SDL_ttf-2.0.7-win32.zip here].