Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 14 and Version 15 of dev/WindowsMinGW


Ignore:
Timestamp:
Oct 6, 2008, 4:09:25 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW

    v14 v15  
    5959== CMake ==
    6060Now we can build Orxonox. To do so, we need CMake. CMake is a cross-platform system for build automation. Download the latest binary release from [http://cmake.org/HTML/Download.html here] and install it.
    61  * Add CMake to the system PATH
     61 * While installing check the option to add CMake to the system PATH
    6262
    6363Open the MSYS console, change into your trunk folder and create a shortcut in the MSYS console:
     
    7070== Building Orxonox ==
    7171Type into the MSYS console:
    72  1. ./cm ''(the file we created just before)''
    73  1. make
     72{{{
     73./cm ''(the file we created just before)''
     74make
     75}}}
    7476
    7577Compiling will take some time (CMake shows you the percentage).