Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 8 and Version 9 of dev/WindowsMinGW/current


Ignore:
Timestamp:
Jan 9, 2015, 6:41:49 PM (9 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW/current

    v8 v9  
    1 = Windows with MingW =
     1= Windows with MingW and GCC =
     2
     3== CMake ==
     4
     5{{{
     6#!div style="background-color: #D0D0F0; border: solid 1px #000000; margin-right: 200px;"
     7''Info: CMake is a build-system. It is used to generate make-files or project-files for IDEs''
     8}}}
     9
     10Download the latest binary release from [http://www.cmake.org/download/ here] and install it.
     11 * '''While installing check the option to "add CMake to the system PATH"'''
    212
    313== MinGW ==
     
    96106Make 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.
    97107
    98 == CMake ==
    99 
    100 {{{
    101 #!div style="background-color: #D0D0F0; border: solid 1px #000000; margin-right: 200px;"
    102 ''Info: CMake is a build-system. It is used to generate make-files or project-files for IDEs''
    103 }}}
    104 
    105 Download the latest binary release from [http://www.cmake.org/download/ here] and install it.
    106  * '''While installing check the option to "add CMake to the system PATH"'''
    107 
    108108== Build Orxonox ==
    109109First we add an alias to the profile of MSYS which helps us creating make-files with CMake. Open the MSYS console and type the following lines: