Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of dev/WindowsMinGW/MinGW32


Ignore:
Timestamp:
Apr 10, 2017, 12:02:42 AM (7 years ago)
Author:
landauf
Comment:

fixed links

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW/MinGW32

    v2 v3  
    1 {{{
    2 #!div align="center" style="border:1px outset #007f96;padding: 0.5em 1em 0.5em 1em;background: #9fd4de;-moz-border-radius:10px"
    3 [[Image(icons:old.png, 50, left)]]
    4 [[Image(icons:old.png, 50, right)]]
    5 '''This is an outdated page! ''' [[br]]
    6 This page is very old and the content is not up to date. [[br]]
    7 Not everything (if any) which is written here will be in the final game!
    8 }}}
     1[[OutdatedPage]]
    92
    103Note: To build Orxonox with MinGW we now use the MinGW-w64 packages. Go [wiki:WindowsMinGW/current here] for a description of the current build process.
     
    6760
    6861==== Get SVN: ====
    69 To use [wiki:SVN] on your system we recommend TortoiseSVN, a very useful GUI-client. [http://tortoisesvn.net/downloads Download]
     62To use [wiki:code/tools/SVN SVN] on your system we recommend TortoiseSVN, a very useful GUI-client. [http://tortoisesvn.net/downloads Download]
    7063
    7164TortoiseSVN 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).
     
    8982{{{
    9083#!div style="background-color: #D0F0D0; border: solid 1px #000000;"
    91 In TortoiseSVN this is done by right clicking into {{{c:\<msys-homedir>\}}} and chosing "SVN Checkout...". ([attachment:wiki:WindowsMinGW:orxonox_svn_checkout.gif see this picture])
     84In TortoiseSVN this is done by right clicking into {{{c:\<msys-homedir>\}}} and chosing "SVN Checkout...". ([attachment:wiki:dev/WindowsMinGW:orxonox_svn_checkout.gif see this picture])
    9285
    9386Then set the URL of the repository to {{{https://svn.orxonox.net/game/code/trunk/}}} and the checkout directory to {{{c:\<msys-homedir>\trunk\}}} (checkout depth should be "Fully recursive" and revision "HEAD").
    94 Accept the certificate and enter your username and password in the authentication form (only if it's the first time you check out code from our server). ([attachment:wiki:WindowsMinGW:orxonox_svn_checkout_trunk.gif see this picture])
     87Accept the certificate and enter your username and password in the authentication form (only if it's the first time you check out code from our server). ([attachment:wiki:dev/WindowsMinGW:orxonox_svn_checkout_trunk.gif see this picture])
    9588}}}
    9689{{{
    9790#!div style="background-color: #D0F0D0; border: solid 1px #000000; margin-top: 10px;"
    98 If you're not using TortoiseSVN, use the "svn co <repository> <directory>" command. See [wiki:SVN] for more information.
     91If you're not using TortoiseSVN, use the "svn co <repository> <directory>" command. See [wiki:code/tools/SVN SVN] for more information.
    9992}}}
    10093
     
    116109Extract the archive into {{{c:\<msys-homedir>\}}}
    117110
    118 Now you should have the following directories in your home: ([attachment:wiki:WindowsMinGW:orxonox_directories.gif see this picture])
     111Now you should have the following directories in your home: ([attachment:wiki:dev/WindowsMinGW:orxonox_directories.gif see this picture])
    119112{{{
    120113c:\<msys-homedir>\data_extern
     
    154147
    155148See some pictures of this:
    156  - [attachment:wiki:WindowsMinGW:orxonox_build1.gif Step 1]
    157  - [attachment:wiki:WindowsMinGW:orxonox_build2.gif Step 2]
    158  - [attachment:wiki:WindowsMinGW:orxonox_build3.gif Step 3]
     149 - [attachment:wiki:dev/WindowsMinGW:orxonox_build1.gif Step 1]
     150 - [attachment:wiki:dev/WindowsMinGW:orxonox_build2.gif Step 2]
     151 - [attachment:wiki:dev/WindowsMinGW:orxonox_build3.gif Step 3]
    159152
    160153== Run Orxonox ==