Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 8 and Version 9 of dev/WindowsMinGW


Ignore:
Timestamp:
Oct 6, 2008, 2:26:22 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW

    v8 v9  
    1919 1. Specify the path of the MinGW directory (most probably this will be {{{c:\mingw}}}).
    2020
     21Switch to the home-directory of your MSYS installation: {{{ C:\<msys-install-path>\home\<username>\ }}}[[br]]
     22This is your homedirectory in MSYS, this is where the action takes place.
     23
    2124
    2225== SVN ==
     
    2528TortoiseSVN is a shell extension. You can use it within Windows Explorer. Most options are available through the context menu (right mouse button).
    2629
     30
    2731== 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.
     32Check out the Orxonox-repository from {{{https://svn.orxonox.net/orxonox/trunk/}}} into a folder named 'trunk', for example {{{c:\<msys-homedir>\trunk\}}}
    3033
    31 Check out the Orxonox-repository from https://svn.orxonox.net/orxonox/trunk/ into a folder named 'trunk', for example {{{c:\<msys-homedir>\trunk\}}}
     34In 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\}}}
     35Checkout depth should be "Fully recursive" and revision "HEAD".
     36Accept the certificate and enter your username and password in the authentication form.
    3237
    33 Open the MSYS console and type:
     38If you're not using TortoiseSVN, use the "svn co repository directory" command. See [wiki:SVN] for more information.
     39
     40Now 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
     44Now you should have the following directories in your home:
    3445{{{
    35 svn co !https://svn.orxonox.net/orxonox/trunk trunk
     46c:\<msys-homedir>\media
     47c:\<msys-homedir>\trunk
    3648}}}
    3749
    38 Additionally we need the media repository:
    39 {{{
    40 svn co !https://svn.orxonox.net/data/Media media
    41 }}}
    42 
    43 (Or do it with [http://tortoisesvn.tigris.org TortoiseSVN], the GUI-version of SVN)
    4450
    4551== Dependencies ==
    46 Download the Orxonox dependencies here: --to come--[[br]]
     52Download the Orxonox dependencies. [https://bla./ --to come--][[br]]
    4753Extract the archive into {{{c:\<msys-homedir>\}}}
    4854