Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 17, 2010, 7:36:47 PM (14 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW/345

    v1 v2  
    55{{{
    66#!div style="background-color: #D0D0F0; border: solid 1px #000000; margin-right: 200px;"
    7 ''MinGW is a collection of tools (like GCC and more), used to compile source code on Windows.''
     7''Info: MinGW is a collection of tools (like GCC and more), used to compile source code on Windows.''
    88}}}
    99
     
    1818{{{
    1919#!div style="background-color: #D0D0F0; border: solid 1px #000000; margin-right: 200px;"
    20 ''MSYS is a command shell, used to execute build scripts and more.''
     20''Info: MSYS is a command shell, used to execute build scripts and more.''
    2121}}}
    2222
     
    3434
    3535== SVN ==
     36
     37{{{
     38#!div style="background-color: #D0D0F0; border: solid 1px #000000; margin-right: 200px;"
     39''Info: We use SVN to upload code to the server and to manage different versions (branches).''
     40}}}
     41
     42==== Get SVN ====
    3643To use [wiki:SVN] on your system we recommend TortoiseSVN, a very useful GUI-client. [http://tortoisesvn.net/downloads Download]
    3744
     
    3946
    4047
    41 == Get the source ==
     48==== Get the source ====
    4249Check 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.'''
    4350 * URL: {{{https://svn.orxonox.net/game/code/trunk/}}}
     
    7784}}}
    7885
    79 == OpenAL ==
    80 Make sure you have installed OpenAL (might not be shipped with Windows 7). Otherwise you can compile and run everything but no sound will be played.
     86==== OpenAL ====
     87Make 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.
    8188
    8289== CMake ==
     90
     91{{{
     92#!div style="background-color: #D0D0F0; border: solid 1px #000000; margin-right: 200px;"
     93''Info: CMake is a build-system. It is used to generate make-files or project-files for IDEs''
     94}}}
     95
    8396Now we can build Orxonox. To do so, we need CMake. CMake is a cross-platform system for build automation. Download the latest binary release ('''at least version 2.6''') from [http://cmake.org/HTML/Download.html here] and install it.
    8497 * '''While installing check the option to "add CMake to the system PATH"'''