Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 25 and Version 26 of dev/LinuxTardis


Ignore:
Timestamp:
Feb 6, 2016, 3:45:04 PM (8 years ago)
Author:
zifloria
Comment:

new tardis instructions

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxTardis

    v25 v26  
    22[[TOC(heading=Platforms, depth=1, WindowsMinGW, VisualStudio, LinuxGentoo, LinuxDebian, LinuxUbuntu, LinuxTardis, MacOSX)]]
    33
    4 ''Edited: 31. Aug. 2012 by [wiki:BenjaminKnecht Beni]''[[br]]
    5 ''Checked: 31. Aug. 2012 by [wiki:BenjaminKnecht Beni]''
    64
    7 On the ETH Tardis computers, most of the required software is already installed. This makes the installation very simple. If you experience problems, see [wiki:LinuxProblems this] page or contact us.
     5On the ETH Tardis computers, most of the required software is already installed.
     6However, since the newest Debian update things got a bit more complicated.
     7If you experience problems, see [wiki:LinuxProblems this] page or contact us.
    88
    99== Get the Source Code ==
     
    2121}}}
    2222
     23Additionally, you need to download and unzip the tardisDependencies.zip file. ([http://orxonox2.vseth.ethz.ch/phpBB3/viewtopic.php?f=3&t=1127&start=30 why do we need this?])
     24{{{
     25user@tardis-xxx:~/orxonox> wget http://svn.orxonox.net/downloads/tardisDependencies.zip
     26user@tardis-xxx:~/orxonox> unzip tardisDependencies.zip
     27}}}
     28
    2329== Compiling ==
    2430Just cd to the trunk directory, then execute configure and make and finally run the game:
     
    2935user@tardis-xxx:~/orxonox/trunk/build> cmake ..
    3036
    31 user@tardis-xxx:~/orxonox/trunk/build> make -j3
     37user@tardis-xxx:~/orxonox/trunk/build> make -j4
    3238
    3339user@tardis-xxx:~/orxonox/trunk/build> ./run