Changes between Version 8 and Version 9 of dev/WindowsMinGW/345
- Timestamp:
- Apr 10, 2017, 12:04:20 AM (8 years ago)
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]] 11 2 12 3 = Windows with MingW with GCC 3.4.5 (outdated) = … … 56 47 57 48 ==== Get SVN: ==== 58 To use [wiki: SVN] on your system we recommend TortoiseSVN, a very useful GUI-client. [http://tortoisesvn.net/downloads Download]49 To use [wiki:code/tools/SVN SVN] on your system we recommend TortoiseSVN, a very useful GUI-client. [http://tortoisesvn.net/downloads Download] 59 50 60 51 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). … … 78 69 {{{ 79 70 #!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])71 In 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]) 81 72 82 73 Then 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])74 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]) 84 75 }}} 85 76 {{{ 86 77 #!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.78 If you're not using TortoiseSVN, use the "svn co <repository> <directory>" command. See [wiki:code/tools/SVN SVN] for more information. 88 79 }}} 89 80 … … 98 89 Extract the archive into {{{c:\<msys-homedir>\}}} 99 90 100 Now you should have the following directories in your home: ([attachment:wiki: WindowsMinGW:orxonox_directories.gif see this picture])91 Now you should have the following directories in your home: ([attachment:wiki:dev/WindowsMinGW:orxonox_directories.gif see this picture]) 101 92 {{{ 102 93 c:\<msys-homedir>\data_extern … … 146 137 147 138 See 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] 151 142 152 143 == Run Orxonox ==