Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Version 100 (modified by landauf, 9 years ago) (diff)

Binaries

TracNav(TracNav/TOC_Development)?

Windows

For Windows we supply binary packages of the latest official version.

If you are interested in the most recent version, please use the source distribution.

Linux

For Linux we have made packages of the current version of Orxonox. They are available for Ubuntu 10.04 and Debian.

Ubuntu 10.04

There are two possibilities of installing Orxonox binaries under Ubuntu

  • You can use our launchpad-ppa by adding it to your apt sources (this way you will automatically receive updates):
    sudo add-apt-repository ppa:orxonox/testing
    
    Now you have to update the local apt cache
    sudo aptitude update
    
    Afterwards simply install it by typing
    sudo aptitude install orxonox
    
  • You can directly download the .deb files here and install them manually

Debian

For unstable use these lines in your /etc/apt/sources.list (the second line is optional):

deb http://downloads.orxonox.net/debian/ unstable main
deb-src http://downloads.orxonox.net/debian/ unstable main

Or for the stable squeeze use:

deb http://downloads.orxonox.net/debian/ squeeze main
deb-src http://downloads.orxonox.net/debian/ squeeze main

Then you can install the orxonox package

aptitude update
aptitude install orxonox


Source

Source access

The best and most convenient way to access our source code is to use SVN? and check out the trunk as it contains the most updated and recent stable features:

https://svn.orxonox.net/game/code/trunk

Note: The https can only be used if you have a svn account registered with us, if you just want to check out the code and data you have to replace https with http. See Anonymous Access for more information below.

You also need the media files. The media directory should be on the same level as the source code (e.g. if the source code is in a directory called trunk, then the media files should be in a directory called data_extern and both directories should be in the same directory)
More precisely, you can adjust the data path by telling CMake about it (e.g. by using ccmake).

https://svn.orxonox.net/game/data/trunk

Anonymous Access

If you only want to download the source, you can use the link above but replace https with http. Contact us if you are interested in committing content and therefore need an account.

Guides

The following section guides you through the installation of the source code for your chosen operating system. Before you start with compiling you may want to have a look at the OS unspecific build options with which you can customize your installation: General Options and Instructions?.

Now select your OS specific installation guide from the list below:

Windows

Linux

  • Special instructions for the ETH Tardis? Computers at the Electrical Engineering department

Mac OS X

Outdated

For the previous version of Orxonox, there still are old installation guides available:

Precompiled Dependencies

For the supported compilers on Windows we supply the dependencies with all the libraries and includes directly as archive. You will need 7-Zip to extract the archives.

Link Compiler Date Version OGRE, CEGUI Version Debug Symbols with Sources
30MB Visual C++ 2005 SP1 28.04.2011 4.4 OGRE 1.6, CEGUI 0.6 PDBs included
40MB Visual C++ 2005 SP1 28.04.2011 6.0 OGRE 1.7, CEGUI 0.7 PDBs included
32MB Visual C++ 2008 SP1 28.04.2011 4.4 OGRE 1.6, CEGUI 0.6 PDBs included
42MB Visual C++ 2008 SP1 28.04.2011 6.0 OGRE 1.7, CEGUI 0.7 PDBs included
14MB Visual C++ 2010 SP1 13.05.2011 6.1 OGRE 1.7, CEGUI 0.7 34MB
13MB MinGW (GCC 4.5) 03.10.2013 7.0 OGRE 1.8, CEGUI 0.7
13MB MinGW (GCC 4.6) 03.10.2013 7.0 OGRE 1.8, CEGUI 0.7
13MB MinGW (GCC 4.7) 03.10.2013 7.0 OGRE 1.8, CEGUI 0.7
12MB MinGW (GCC 4.8) 03.10.2013 7.0 OGRE 1.8, CEGUI 0.7

Attachments (13)

Download all attachments as: .zip