Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 17 and Version 18 of pps/download


Ignore:
Timestamp:
Feb 28, 2019, 1:22:56 PM (5 years ago)
Author:
merholzl
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/download

    v17 v18  
    1313mkdir orxonox && cd orxonox
    1414}}}
    15  4. Now check out the latest revision of the data repository (you will probably be asked for a username and password once):
     154. Download latest version from polybox and move zip archive to the orxonox folder
    1616{{{
    17 svn co http://svn.orxonox.net/game/data/data_extern
     17https://polybox.ethz.ch/index.php/s/UK1S24caPyz6o25/
    1818}}}
    19  4.1 Open a new terminal tab, to work in parallel.
     19 4.1 Unzip files
    2020{{{
    21 Press Control + Shift + T.
     21unzip Orxonox_Tutorial_HS19.zip
    2222}}}
    23  4.2 Now get the latest revision of the tutorial:
    24 {{{
    25 svn co http://svn.orxonox.net/game/code/branches/Tutorial_HS19 trunk
    26 }}}
    27 
    28  4.3 While you wait, open another terminal tab, download additional dependencies:
    29 {{{
    30 mkdir dependencies && cd dependencies
    31 svn co http://svn.orxonox.net/downloads/ogre_src_v1-9-0
    32 cd ..
    33 }}}
    34 
    3523 
    36  5. Wait for both branches to check out completely.
     245. Wait for the process to finish
    3725
    3826 6. Prepare to build: