Changes between Version 28 and Version 29 of dev/WindowsMinGW
- Timestamp:
- Mar 4, 2009, 3:19:51 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/WindowsMinGW
v28 v29 68 68 $ cd build 69 69 }}} 70 Then create a shortcut to save some typing :70 Then create a shortcut to save some typing in the next section: 71 71 {{{ 72 72 $ echo "cmake .. -G \"MSYS Makefiles\"" > cm 73 73 }}} 74 This script will invoke CMake and create the Makefiles.75 74 76 75 == Building Orxonox == 77 Type the following into the MSYS console:76 Now we use our shortcut from the previous section. This script will invoke CMake and create the Makefiles. Type the following into the MSYS console: 78 77 {{{ 79 78 #!html