Changes between Version 16 and Version 17 of pps/download
- Timestamp:
- Feb 28, 2019, 1:07:20 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/download
v16 v17 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 s://svn.orxonox.net/game/data/data_extern17 svn co http://svn.orxonox.net/game/data/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 s://svn.orxonox.net/game/code/branches/Tutorial_HS19 trunk25 svn co http://svn.orxonox.net/game/code/branches/Tutorial_HS19 trunk 26 26 }}} 27 27 … … 29 29 {{{ 30 30 mkdir dependencies && cd dependencies 31 svn co http s://svn.orxonox.net/downloads/ogre_src_v1-9-031 svn co http://svn.orxonox.net/downloads/ogre_src_v1-9-0 32 32 cd .. 33 33 }}}