Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 15 and Version 16 of dev/Windows


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

Legend:

Unmodified
Added
Removed
Modified
  • dev/Windows

    v15 v16  
    33== new brute force version ==
    44  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)
    5   1. Download and install [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/MinGW-4.1.0.exe mingw]
    6   1. Download and install [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/MSYS-1.0.10.exe msys]
     5  1. Download and install [http://svn.orxonox.net/webdev/develop/win32/dev/MinGW-4.1.0.exe mingw]
     6  1. Download and install [http://svn.orxonox.net/webdev/develop/win32/dev/MSYS-1.0.10.exe msys]
    77   1. choose another path than minGW for msys installation
    88   2. while installing say twice yes (y)
    99   3. give the exact path to the minGW directory, so msys can configure the important links.
    10   1. Install [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/msysDTK-1.0.1.exe msysDTK] to the same direcory as msys.
    11   1. extract the [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/toMSYS.rar toMSYS.rar] to msys.
    12   1. extract the [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/toMinGW.rar toMinGW.rar] to mingw.
    13   1. GTK is kepts externally, as it is not a main dependency. But you can install it [http://svn.orxonox.ethz.ch/webdev/develop/win32/dev/gtk+-2.6.7.rar here] and then just extract in into mingw
    14   1. optionally you can always download the [http://svn.orxonox.ethz.ch/webdev/develop/win32/runtime/ runtime] libraries
     10  1. Install [http://svn.orxonox.net/webdev/develop/win32/dev/msysDTK-1.0.1.exe msysDTK] to the same direcory as msys.
     11  1. extract the [http://svn.orxonox.net/webdev/develop/win32/dev/toMSYS.rar toMSYS.rar] to msys.
     12  1. extract the [http://svn.orxonox.net/webdev/develop/win32/dev/toMinGW.rar toMinGW.rar] to mingw.
     13  1. GTK is kepts externally, as it is not a main dependency. But you can install it [http://svn.orxonox.net/webdev/develop/win32/dev/gtk+-2.6.7.rar here] and then just extract in into mingw
     14  1. optionally you can always download the [http://svn.orxonox.net/webdev/develop/win32/runtime/ runtime] libraries
    1515
    1616
     
    1818
    1919  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)
    20   1. Download and install [http://www.orxonox.ethz.ch/files/mingw/Development/mingw/MinGW-3.1.0-1.exe MinGW]
    21   1. Download and install [http://www.orxonox.ethz.ch/files/mingw/Development/msys/MSYS-1.0.10.exe msys]
     20  1. Download and install [http://www.orxonox.net/files/mingw/Development/mingw/MinGW-3.1.0-1.exe MinGW]
     21  1. Download and install [http://www.orxonox.net/files/mingw/Development/msys/MSYS-1.0.10.exe msys]
    2222   1. choose another path than minGW for msys installation
    2323   2. while installing say twice yes (y)
    2424   3. give the exact path to the minGW directory, so msys can configure the important links.
    25   1. Install [http://www.orxonox.ethz.ch/files/mingw/Development/msys/msysDTK-1.0.1.exe msysDTK] to the same direcory as msys.
     25  1. Install [http://www.orxonox.net/files/mingw/Development/msys/msysDTK-1.0.1.exe msysDTK] to the same direcory as msys.
    2626  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)
    2727  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:
     
    3030}}}
    3131  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]
    32   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].
    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.ethz.ch/files/mingw/Runtime/SDL_mixer-1.2.6-win32.zip here].
     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].
    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.
    35   1. Checkout the code from [http://svn.orxonox.ethz.ch/reporx/orxonox] to a place of your convenience and work with it.
     35  1. Checkout the code from [http://svn.orxonox.net/orxonox] to a place of your convenience and work with it.
    3636  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.
    3737