Changes between Version 17 and Version 18 of pps/download
- Timestamp:
- Feb 28, 2019, 1:22:56 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/download
v17 v18 13 13 mkdir orxonox && cd orxonox 14 14 }}} 15 4. Now check out the latest revision of the data repository (you will probably be asked for a username and password once): 15 4. Download latest version from polybox and move zip archive to the orxonox folder 16 16 {{{ 17 svn co http://svn.orxonox.net/game/data/data_extern 17 https://polybox.ethz.ch/index.php/s/UK1S24caPyz6o25/ 18 18 }}} 19 4.1 Open a new terminal tab, to work in parallel.19 4.1 Unzip files 20 20 {{{ 21 Press Control + Shift + T. 21 unzip Orxonox_Tutorial_HS19.zip 22 22 }}} 23 4.2 Now get the latest revision of the tutorial:24 {{{25 svn co http://svn.orxonox.net/game/code/branches/Tutorial_HS19 trunk26 }}}27 28 4.3 While you wait, open another terminal tab, download additional dependencies:29 {{{30 mkdir dependencies && cd dependencies31 svn co http://svn.orxonox.net/downloads/ogre_src_v1-9-032 cd ..33 }}}34 35 23 36 5. Wait for both branches to check out completely. 24 5. Wait for the process to finish 37 25 38 26 6. Prepare to build: