Changes between Version 32 and Version 33 of dev/WindowsMinGW
- Timestamp:
- Aug 22, 2009, 10:33:50 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/WindowsMinGW
v32 v33 26 26 27 27 == Get the source == 28 Check out the Orxonox-repository from {{{https://svn.orxonox.net/ orxonox/trunk/}}} into a folder named 'trunk', for example {{{c:\<msys-homedir>\trunk\}}}. '''It's very important to use a directory inside your MSYS homedirectory, otherwise you can't compile.'''29 * URL: {{{https://svn.orxonox.net/ orxonox/trunk/}}}28 Check out the Orxonox-repository from {{{https://svn.orxonox.net/game/code/trunk/}}} into a folder named 'trunk', for example {{{c:\<msys-homedir>\trunk\}}}. '''It's very important to use a directory inside your MSYS homedirectory, otherwise you can't compile.''' 29 * URL: {{{https://svn.orxonox.net/game/code/trunk/}}} 30 30 * Checkout directory: {{{c:\<msys-homedir>\trunk\}}} 31 31 32 In TortoiseSVN this is done by right clicking into {{{c:\<msys-homedir>\}}} and chosing "SVN checkout...". Then set the URL of the repository to {{{https://svn.orxonox.net/ orxonox/trunk/}}} and the checkout directory to {{{c:\<msys-homedir>\trunk\}}} (checkout depth should be "Fully recursive" and revision "HEAD").32 In TortoiseSVN this is done by right clicking into {{{c:\<msys-homedir>\}}} and chosing "SVN checkout...". 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"). 33 33 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). 34 34 … … 36 36 37 37 Now do the same with the media repository: 38 * URL: {{{https://svn.orxonox.net/ data/media}}}38 * URL: {{{https://svn.orxonox.net/game/data/trunk}}} 39 39 * Checkout directory: {{{c:\<msys-homedir>\media}}} 40 40