Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 8 and Version 9 of dev/WindowsMinGW/345


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

fixed links

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW/345

    v8 v9  
    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 }}}
    9 
    10 [[br]]
     1[[OutdatedPage]]
    112
    123= Windows with MingW with GCC 3.4.5 (outdated) =
     
    5647
    5748==== Get SVN: ====
    58 To use [wiki:SVN] on your system we recommend TortoiseSVN, a very useful GUI-client. [http://tortoisesvn.net/downloads Download]
     49To use [wiki:code/tools/SVN SVN] on your system we recommend TortoiseSVN, a very useful GUI-client. [http://tortoisesvn.net/downloads Download]
    5950
    6051TortoiseSVN 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).
     
    7869{{{
    7970#!div style="background-color: #D0F0D0; border: solid 1px #000000;"
    80 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])
     71In 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])
    8172
    8273Then 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").
    83 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])
     74Accept 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])
    8475}}}
    8576{{{
    8677#!div style="background-color: #D0F0D0; border: solid 1px #000000; margin-top: 10px;"
    87 If you're not using TortoiseSVN, use the "svn co <repository> <directory>" command. See [wiki:SVN] for more information.
     78If you're not using TortoiseSVN, use the "svn co <repository> <directory>" command. See [wiki:code/tools/SVN SVN] for more information.
    8879}}}
    8980
     
    9889Extract the archive into {{{c:\<msys-homedir>\}}}
    9990
    100 Now you should have the following directories in your home: ([attachment:wiki:WindowsMinGW:orxonox_directories.gif see this picture])
     91Now you should have the following directories in your home: ([attachment:wiki:dev/WindowsMinGW:orxonox_directories.gif see this picture])
    10192{{{
    10293c:\<msys-homedir>\data_extern
     
    146137
    147138See some pictures of this:
    148  - [attachment:wiki:WindowsMinGW:orxonox_build1.gif Step 1]
    149  - [attachment:wiki:WindowsMinGW:orxonox_build2.gif Step 2]
    150  - [attachment:wiki:WindowsMinGW:orxonox_build3.gif Step 3]
     139 - [attachment:wiki:dev/WindowsMinGW:orxonox_build1.gif Step 1]
     140 - [attachment:wiki:dev/WindowsMinGW:orxonox_build2.gif Step 2]
     141 - [attachment:wiki:dev/WindowsMinGW:orxonox_build3.gif Step 3]
    151142
    152143== Run Orxonox ==