Changes between Version 15 and Version 16 of dev/WindowsMinGW/current
- Timestamp:
- Apr 9, 2017, 6:41:57 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/WindowsMinGW/current
v15 v16 54 54 55 55 ==== Get SVN: ==== 56 To use [wiki: SVN] on your system we recommend TortoiseSVN, a very useful GUI-client. [http://tortoisesvn.net/downloads Download]56 To use [wiki:code/tools/SVN SVN] on your system we recommend TortoiseSVN, a very useful GUI-client. [http://tortoisesvn.net/downloads Download] 57 57 58 58 TortoiseSVN 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). … … 76 76 {{{ 77 77 #!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])78 In 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]) 79 79 80 80 Then 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])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:dev/WindowsMinGW:orxonox_svn_checkout_trunk.gif see this picture]) 82 82 }}} 83 83 {{{ 84 84 #!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.85 If you're not using TortoiseSVN, use the "svn co <repository> <directory>" command. See [wiki:code/tools/SVN SVN] for more information. 86 86 }}} 87 87 … … 96 96 Extract the archive into {{{c:\<msys2-homedir>\}}} (get 7-Zip [http://www.7-zip.org/ here]) 97 97 98 Now you should have the following directories in your home: ([attachment:wiki: WindowsMinGW:orxonox_directories.gif see this picture])98 Now you should have the following directories in your home: ([attachment:wiki:dev/WindowsMinGW:orxonox_directories.gif see this picture]) 99 99 {{{ 100 100 c:\<msys2-homedir>\data_extern … … 134 134 135 135 See 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] 139 139 140 140 == Run Orxonox ==