Changes between Version 3 and Version 4 of dev/WindowsMinGW
- Timestamp:
- Oct 5, 2008, 6:53:56 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/WindowsMinGW
v3 v4 42 42 Extract the archive into {{{c:\<msys-homedir>\}}} 43 43 44 Now you should have the following directories in your home: 45 {{{ 46 c:\<msys-homedir>\libs 47 c:\<msys-homedir>\media 48 c:\<msys-homedir>\trunk 49 }}} 50 44 51 == CMake == 45 52 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 (add CMake to the system PATH).