Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 5 and Version 6 of pps/download


Ignore:
Timestamp:
Sep 26, 2018, 8:45:45 AM (6 years ago)
Author:
bucyril
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/download

    v5 v6  
    1515 4. Now check out the latest revision of the data repository (you will probably be asked for a username and password once):
    1616{{{
    17 svn co http://svn.orxonox.net/game/data/trunk data_extern
     17svn co http://svn.orxonox.net/game/data/branches/cegui0.8_ogre1.9 data_extern
    1818}}}
    1919 4.1 Open a new terminal tab, to work in parallel.
     
    2323 4.2 Now get the latest revision of the tutorial:
    2424{{{
    25 svn co http://svn.orxonox.net/game/code/trunk
     25svn co http://svn.orxonox.net/game/code/branches/cegui0.8_ogre1.9 trunk
    2626}}}
    2727
    28  4.3 While you wait, open another terminal tab, download and unzip additional dependencies:
     28 4.3 While you wait, open another terminal tab, download additional dependencies:
    2929{{{
    30 wget http://svn.orxonox.net/downloads/tardisDependencies.zip
    31 unzip tardisDependencies.zip
    32 rm tardisDependencies.zip
     30mkdir tardisDependencies && cd tardisDependencies
     31svn co http://svn.orxonox.net/downloads/ogre_src_v1-9-0
     32cd ..
    3333}}}
    3434