Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of dev/WindowsMinGW/345


Ignore:
Timestamp:
Sep 17, 2010, 10:07:00 PM (14 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW/345

    v2 v3  
    2222
    2323Download and install [http://downloads.sourceforge.net/mingw/MSYS-1.0.11.exe MSYS].
    24  1. Chose an install path without whitespaces and install MSYS
     24 1. Chose an install '''path without whitespaces''' and install MSYS
    2525 1. (On some systems the post installation doesn't start (cmd.exe shows up with an error)[[br]]In this case execute {{{c:\<msys-install-path>\postinstall\pi.bat}}})
    26  1. Answer yes (y) twice
     26 1. A command shell opens, answer yes (y) twice
    2727 1. Specify the path to your MinGW directory (by default this is {{{c:/mingw}}}).
    2828
     
    3131
    3232'''In the following, we'll call this directory {{{c:\<msys-homedir>\}}} to make things shorter.'''
     33
     34Note: MSYS installs two shortcuts (by default in {{{Start/Programs/MinGW/MSYS/}}}): 1. "MSYS" (black background; an extension of window's cmd.exe) and 2. "MSYS (rxvt)" (yellow background; a more elaborate shell). We recommend the rxvt version, because it can be resized to full-screen, but Orxonox works with both. (Additional note: The sortcut on the desktop links to the worse version.)
    3335
    3436
     
    4042}}}
    4143
    42 ==== Get SVN ====
     44==== Get SVN: ====
    4345To use [wiki:SVN] on your system we recommend TortoiseSVN, a very useful GUI-client. [http://tortoisesvn.net/downloads Download]
    4446
     
    4648
    4749
    48 ==== Get the source ====
     50==== Get the source: ====
    4951Check out the Orxonox-repository into a folder named "trunk", for example {{{c:\<msys-homedir>\trunk\}}}. '''It's very important to use a directory inside your MSYS homedirectory, otherwise you can't compile.'''
    5052 * URL: {{{https://svn.orxonox.net/game/code/trunk/}}}
     
    7476
    7577== Dependencies ==
     78
     79{{{
     80#!div style="background-color: #D0D0F0; border: solid 1px #000000; margin-right: 200px;"
     81''Info: Dependencies are external libraries that aren't included in the orxonox source.''
     82}}}
     83
    7684Download the Orxonox dependencies: [http://svn.orxonox.net/downloads/windows/precompiled_dependencies/OrxonoxDeps_091009_4.0_MinGW.7z Download] (get 7-Zip [http://www.7-zip.org/ here]).[[br]]
    7785Extract the archive into {{{c:\<msys-homedir>\}}}
     
    8492}}}
    8593
    86 ==== OpenAL ====
     94==== OpenAL: ====
    8795Make sure you have installed OpenAL, which might not be shipped with Windows. Download and install it from [http://connect.creativelabs.com/openal/Downloads/oalinst.zip here]. You can compile and run Orxonox without OpenAL, but no sound will be played.
    8896