Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 15 and Version 16 of dev/WindowsMinGW/current


Ignore:
Timestamp:
Apr 9, 2017, 6:41:57 PM (7 years ago)
Author:
landauf
Comment:

fixed links

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW/current

    v15 v16  
    5454
    5555==== Get SVN: ====
    56 To use [wiki:SVN] on your system we recommend TortoiseSVN, a very useful GUI-client. [http://tortoisesvn.net/downloads Download]
     56To use [wiki:code/tools/SVN SVN] on your system we recommend TortoiseSVN, a very useful GUI-client. [http://tortoisesvn.net/downloads Download]
    5757
    5858TortoiseSVN 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).
     
    7676{{{
    7777#!div style="background-color: #D0F0D0; border: solid 1px #000000;"
    78 In TortoiseSVN this is done by right clicking into {{{c:\<msys2-homedir>\}}} and chosing "SVN Checkout...". ([attachment:wiki:WindowsMinGW:orxonox_svn_checkout.gif see this picture])
     78In TortoiseSVN this is done by right clicking into {{{c:\<msys2-homedir>\}}} and chosing "SVN Checkout...". ([attachment:wiki:dev/WindowsMinGW:orxonox_svn_checkout.gif see this picture])
    7979
    8080Then set the URL of the repository to {{{https://svn.orxonox.net/game/code/trunk/}}} and the checkout directory to {{{c:\<msys2-homedir>\trunk\}}} (checkout depth should be "Fully recursive" and revision "HEAD").
    81 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])
     81Accept 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])
    8282}}}
    8383{{{
    8484#!div style="background-color: #D0F0D0; border: solid 1px #000000; margin-top: 10px;"
    85 If you're not using TortoiseSVN, use the "svn co <repository> <directory>" command. See [wiki:SVN] for more information.
     85If you're not using TortoiseSVN, use the "svn co <repository> <directory>" command. See [wiki:code/tools/SVN SVN] for more information.
    8686}}}
    8787
     
    9696Extract the archive into {{{c:\<msys2-homedir>\}}} (get 7-Zip [http://www.7-zip.org/ here])
    9797
    98 Now you should have the following directories in your home: ([attachment:wiki:WindowsMinGW:orxonox_directories.gif see this picture])
     98Now you should have the following directories in your home: ([attachment:wiki:dev/WindowsMinGW:orxonox_directories.gif see this picture])
    9999{{{
    100100c:\<msys2-homedir>\data_extern
     
    134134
    135135See some pictures of this:
    136  - [attachment:wiki:WindowsMinGW:orxonox_build1.gif Step 1]
    137  - [attachment:wiki:WindowsMinGW:orxonox_build2.gif Step 2]
    138  - [attachment:wiki:WindowsMinGW:orxonox_build3.gif Step 3]
     136 - [attachment:wiki:dev/WindowsMinGW:orxonox_build1.gif Step 1]
     137 - [attachment:wiki:dev/WindowsMinGW:orxonox_build2.gif Step 2]
     138 - [attachment:wiki:dev/WindowsMinGW:orxonox_build3.gif Step 3]
    139139
    140140== Run Orxonox ==