Changes between Version 2 and Version 3 of dev/WindowsMinGW/MinGW32
- Timestamp:
- Apr 10, 2017, 12:02:42 AM (8 years ago)
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]] 9 2 10 3 Note: 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. … … 67 60 68 61 ==== Get SVN: ==== 69 To use [wiki: SVN] on your system we recommend TortoiseSVN, a very useful GUI-client. [http://tortoisesvn.net/downloads Download]62 To use [wiki:code/tools/SVN SVN] on your system we recommend TortoiseSVN, a very useful GUI-client. [http://tortoisesvn.net/downloads Download] 70 63 71 64 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). … … 89 82 {{{ 90 83 #!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])84 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]) 92 85 93 86 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"). 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])87 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]) 95 88 }}} 96 89 {{{ 97 90 #!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.91 If you're not using TortoiseSVN, use the "svn co <repository> <directory>" command. See [wiki:code/tools/SVN SVN] for more information. 99 92 }}} 100 93 … … 116 109 Extract the archive into {{{c:\<msys-homedir>\}}} 117 110 118 Now you should have the following directories in your home: ([attachment:wiki: WindowsMinGW:orxonox_directories.gif see this picture])111 Now you should have the following directories in your home: ([attachment:wiki:dev/WindowsMinGW:orxonox_directories.gif see this picture]) 119 112 {{{ 120 113 c:\<msys-homedir>\data_extern … … 154 147 155 148 See 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] 159 152 160 153 == Run Orxonox ==