Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 22 and Version 23 of dev/WindowsMinGW


Ignore:
Timestamp:
Mar 3, 2009, 10:01:32 PM (15 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW

    v22 v23  
    1414 1. Specify the path of the MinGW directory (most probably this will be {{{c:/mingw}}}).
    1515
    16 Switch to the home-directory of your MSYS installation: {{{C:\<msys-install-path>\home\<username>\}}}[[br]]
     16Switch to the home-directory of your MSYS installation: {{{c:\<msys-install-path>\home\<username>\}}}[[br]]
    1717This is your homedirectory in MSYS, this is where the action takes place.
     18
     19'''In the following, we'll call this directory {{{c:\<msys-homedir>\}}} to make things shorter.'''
    1820
    1921
     
    2123To use [wiki:SVN] on your system we recommend TortoiseSVN, a very useful GUI-version. [http://tortoisesvn.net/downloads Download]
    2224
    23 TortoiseSVN is a shell extension. You can use it within Windows Explorer. Most options are available through the context menu (right mouse button).
     25TortoiseSVN is a shell extension. You can use it within Windows Explorer, which is very practical. Most options are available through the context menu (right mouse button).
    2426
    2527
    2628== Get the source ==
    27 Check out the Orxonox-repository from {{{https://svn.orxonox.net/orxonox/trunk/}}} into a folder named 'trunk', for example {{{c:\<msys-homedir>\trunk\}}}
     29Check out the Orxonox-repository from {{{https://svn.orxonox.net/orxonox/trunk/}}} into a folder named 'trunk', for example {{{c:\<msys-homedir>\trunk\}}}. '''It's very important to use a directory inside your MSYS homedirectory, otherwise you can't compile.'''
    2830 * URL: {{{https://svn.orxonox.net/orxonox/trunk/}}}
    2931 * Checkout directory: {{{c:\<msys-homedir>\trunk\}}}
     
    6264 * While installing check the option to add CMake to the system PATH
    6365
    64 Open the MSYS console, change into your trunk folder and create a binary output directory:
     66Open the MSYS console, change into your trunk folder and create an output directory for the binaries:
    6567{{{
    6668$ cd trunk
     
    7577
    7678== Building Orxonox ==
    77 Type into the MSYS console:
     79Type the following into the MSYS console:
    7880{{{
    7981#!html
     
    8385</pre>
    8486}}}
    85 If you have a multicore CPU, use "make -j3" instead of just "make".
     87The first command will check your system (and the dependency directory) for all needed libraries, create the configuration and generate the makefiles. The second command builds Orxonox. If you have a multicore CPU, use "make -j3" instead of just "make". If you get an error while executing one of those steps, report it in the [http://forum.orxonox.net/ Forum] or ask us in [irc://irc.orxonox.net/orxonox IRC].
    8688
    87 Compiling will take some time (CMake shows you the percentage). [[br]]
     89Compiling will take some time (CMake shows you the percentage). Be patient.[[br]]
    8890
    8991If everything worked fine, start Orxonox with {{{c:\<msys-homedir>\trunk\build\run.bat}}}