Changes between Version 16 and Version 17 of dev/Windows
- Timestamp:
- Aug 19, 2005, 12:44:40 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/Windows
v16 v17 24 24 3. give the exact path to the minGW directory, so msys can configure the important links. 25 25 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: 28 28 {{{ 29 29 void (*filters[10])(struct SDL_AudioCVT *cvt, Uint16 format); 30 30 }}} 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] 32 32 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]. 34 34 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. 35 35 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. 37 37 38 38 (note that all packages can be downloaded from from http://mingw.org)