Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Version 26 (modified by zifloria, 8 years ago) (diff)

new tardis instructions

ETH Tardis

Platforms

    Error: Page WindowsMinGW does not exist
    Error: Page VisualStudio does not exist
    Error: Page LinuxGentoo does not exist
    Error: Page LinuxDebian does not exist
    Error: Page LinuxUbuntu does not exist
    Error: Page LinuxTardis does not exist
    Error: Page MacOSX does not exist

On the ETH Tardis computers, most of the required software is already installed. However, since the newest Debian update things got a bit more complicated. If you experience problems, see this page or contact us.

Get the Source Code

First, create a folder for Orxonox. Then get a copy of the code by checking out the trunk via subversion. This will download the latest stable version to the directory trunk. If you have trouble using SVN, go here?.

user@tardis-xxx:~> mkdir orxonox
user@tardis-xxx:~> cd orxonox
user@tardis-xxx:~/orxonox> svn co https://svn.orxonox.net/game/code/trunk trunk

You will then be asked for the username and password, that you got from us.

Furthermore, you will need to check out our data repository. This repository contains all the graphics, fonts and sounds and other third-party data for Orxonox. To check it out use the command:

user@tardis-xxx:~/orxonox> svn co https://svn.orxonox.net/game/data/trunk data_extern

Additionally, you need to download and unzip the tardisDependencies.zip file. (why do we need this?)

user@tardis-xxx:~/orxonox> wget http://svn.orxonox.net/downloads/tardisDependencies.zip
user@tardis-xxx:~/orxonox> unzip tardisDependencies.zip

Compiling

Just cd to the trunk directory, then execute configure and make and finally run the game:

user@tardis-xxx:~/orxonox> cd trunk
user@tardis-xxx:~/orxonox/trunk> mkdir build
user@tardis-xxx:~/orxonox/trunk> cd build
user@tardis-xxx:~/orxonox/trunk/build> cmake ..

user@tardis-xxx:~/orxonox/trunk/build> make -j4

user@tardis-xxx:~/orxonox/trunk/build> ./run