Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 28 and Version 29 of dev/WindowsMinGW


Ignore:
Timestamp:
Mar 4, 2009, 3:19:51 AM (15 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW

    v28 v29  
    6868$ cd build
    6969}}}
    70 Then create a shortcut to save some typing:
     70Then create a shortcut to save some typing in the next section:
    7171{{{
    7272$ echo "cmake .. -G \"MSYS Makefiles\"" > cm
    7373}}}
    74 This script will invoke CMake and create the Makefiles.
    7574
    7675== Building Orxonox ==
    77 Type the following into the MSYS console:
     76Now we use our shortcut from the previous section. This script will invoke CMake and create the Makefiles. Type the following into the MSYS console:
    7877{{{
    7978#!html