Changes between Version 25 and Version 26 of dev/LinuxTardis
- Timestamp:
- Feb 6, 2016, 3:45:04 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxTardis
v25 v26 2 2 [[TOC(heading=Platforms, depth=1, WindowsMinGW, VisualStudio, LinuxGentoo, LinuxDebian, LinuxUbuntu, LinuxTardis, MacOSX)]] 3 3 4 ''Edited: 31. Aug. 2012 by [wiki:BenjaminKnecht Beni]''[[br]]5 ''Checked: 31. Aug. 2012 by [wiki:BenjaminKnecht Beni]''6 4 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. 5 On the ETH Tardis computers, most of the required software is already installed. 6 However, since the newest Debian update things got a bit more complicated. 7 If you experience problems, see [wiki:LinuxProblems this] page or contact us. 8 8 9 9 == Get the Source Code == … … 21 21 }}} 22 22 23 Additionally, 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 {{{ 25 user@tardis-xxx:~/orxonox> wget http://svn.orxonox.net/downloads/tardisDependencies.zip 26 user@tardis-xxx:~/orxonox> unzip tardisDependencies.zip 27 }}} 28 23 29 == Compiling == 24 30 Just cd to the trunk directory, then execute configure and make and finally run the game: … … 29 35 user@tardis-xxx:~/orxonox/trunk/build> cmake .. 30 36 31 user@tardis-xxx:~/orxonox/trunk/build> make -j 337 user@tardis-xxx:~/orxonox/trunk/build> make -j4 32 38 33 39 user@tardis-xxx:~/orxonox/trunk/build> ./run