Changes between Version 14 and Version 15 of dev/WindowsMinGW
- Timestamp:
- Oct 6, 2008, 4:09:25 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/WindowsMinGW
v14 v15 59 59 == CMake == 60 60 Now 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 PATH61 * While installing check the option to add CMake to the system PATH 62 62 63 63 Open the MSYS console, change into your trunk folder and create a shortcut in the MSYS console: … … 70 70 == Building Orxonox == 71 71 Type 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)'' 74 make 75 }}} 74 76 75 77 Compiling will take some time (CMake shows you the percentage).