Changes between Version 8 and Version 9 of dev/WindowsMinGW
- Timestamp:
- Oct 6, 2008, 2:26:22 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/WindowsMinGW
v8 v9 19 19 1. Specify the path of the MinGW directory (most probably this will be {{{c:\mingw}}}). 20 20 21 Switch to the home-directory of your MSYS installation: {{{ C:\<msys-install-path>\home\<username>\ }}}[[br]] 22 This is your homedirectory in MSYS, this is where the action takes place. 23 21 24 22 25 == SVN == … … 25 28 TortoiseSVN is a shell extension. You can use it within Windows Explorer. Most options are available through the context menu (right mouse button). 26 29 30 27 31 == Get the source == 28 Switch to the home-directory of your MSYS installation: {{{ C:\<msys-install-path>\home\<username>\ }}}[[br]] 29 This is your homedirectory in MSYS, this is where the action takes place. 32 Check out the Orxonox-repository from {{{https://svn.orxonox.net/orxonox/trunk/}}} into a folder named 'trunk', for example {{{c:\<msys-homedir>\trunk\}}} 30 33 31 Check out the Orxonox-repository from https://svn.orxonox.net/orxonox/trunk/ into a folder named 'trunk', for example {{{c:\<msys-homedir>\trunk\}}} 34 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\}}} 35 Checkout depth should be "Fully recursive" and revision "HEAD". 36 Accept the certificate and enter your username and password in the authentication form. 32 37 33 Open the MSYS console and type: 38 If you're not using TortoiseSVN, use the "svn co repository directory" command. See [wiki:SVN] for more information. 39 40 Now do the same with the same with the media repository: 41 * URL: {{{https://svn.orxonox.net/data/Media}}} 42 * Checkout directory: {{{c:\<msys-homedir>\media}}} 43 44 Now you should have the following directories in your home: 34 45 {{{ 35 svn co !https://svn.orxonox.net/orxonox/trunk trunk 46 c:\<msys-homedir>\media 47 c:\<msys-homedir>\trunk 36 48 }}} 37 49 38 Additionally we need the media repository:39 {{{40 svn co !https://svn.orxonox.net/data/Media media41 }}}42 43 (Or do it with [http://tortoisesvn.tigris.org TortoiseSVN], the GUI-version of SVN)44 50 45 51 == Dependencies == 46 Download the Orxonox dependencies here: --to come--[[br]]52 Download the Orxonox dependencies. [https://bla./ --to come--][[br]] 47 53 Extract the archive into {{{c:\<msys-homedir>\}}} 48 54