Changes between Version 5 and Version 6 of pps/download
- Timestamp:
- Sep 26, 2018, 8:45:45 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/download
v5 v6 15 15 4. Now check out the latest revision of the data repository (you will probably be asked for a username and password once): 16 16 {{{ 17 svn co http://svn.orxonox.net/game/data/ trunkdata_extern17 svn co http://svn.orxonox.net/game/data/branches/cegui0.8_ogre1.9 data_extern 18 18 }}} 19 19 4.1 Open a new terminal tab, to work in parallel. … … 23 23 4.2 Now get the latest revision of the tutorial: 24 24 {{{ 25 svn co http://svn.orxonox.net/game/code/ trunk25 svn co http://svn.orxonox.net/game/code/branches/cegui0.8_ogre1.9 trunk 26 26 }}} 27 27 28 4.3 While you wait, open another terminal tab, download a nd unzip additional dependencies:28 4.3 While you wait, open another terminal tab, download additional dependencies: 29 29 {{{ 30 wget http://svn.orxonox.net/downloads/tardisDependencies.zip 31 unzip tardisDependencies.zip 32 rm tardisDependencies.zip 30 mkdir tardisDependencies && cd tardisDependencies 31 svn co http://svn.orxonox.net/downloads/ogre_src_v1-9-0 32 cd .. 33 33 }}} 34 34