= Binaries = [[TracNav(TracNav/TOC_Development)]] [[Image(Big_Logo_Windows.jpg, 64, right, nolink)]] == Windows == For Windows we currently only have packages of the 0.0.3 tag. You can download them [http://svn.orxonox.net/downloads/windows/binaries/orxonox-0.0.3_win32.7z here] (get 7-Zip [http://www.7-zip.org/ here]). If you want to try out the most recent version please use the [wiki:download#Source source distribution]. [[Image(Big_Logo_Linux.jpg, 64, right, nolink)]] == Linux == For Linux we have made packages of the current version of Orxonox. They are available for Ubuntu 10.04 and Debian. [[Image(ubuntu.png, 24, nolink)]] '''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 [http://svn.orxonox.net/downloads/linux/ubuntu-10.04/ here] and install them manually [[Image(debian.png, 24, nolink)]] '''Debian (unstable)''' You can 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 }}} Then you can install the orxonox package {{{ aptitude update aptitude install orxonox }}} [[BR]] = Source = == Source access == The best and most convenient way to access our source code is to use [wiki:SVN] and check out the trunk as it contains the most updated and recent stable features: [[br]][[br]] https://svn.orxonox.net/game/code/trunk [[br]][[br]] '''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.[[br]][[br]] 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)[[br]] More precisely, you can adjust the data path by telling CMake about it (e.g. by using ccmake). [[br]][[br]] https://svn.orxonox.net/game/data/trunk [[br]][[br]] ==== 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. [[br]][[br]] == 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: '''[wiki:Buildsystem General Options and Instructions]'''. Now select your OS specific installation guide from the list below: [[Image(Big_Logo_Windows.jpg, 64, right, nolink)]] ==== Windows ==== * [[Image(windows.png, 24, nolink)]] Windows with [wiki:WindowsMinGW MinGW] * [[Image(windows_vs.png, 24, nolink)]] Windows with [wiki:VisualStudio MS Visual Studio] [[Image(Big_Logo_Linux.jpg, 64, right, nolink)]] ==== Linux ==== * [[Image(gentoo.png, 24, nolink)]] [wiki:LinuxGentoo Gentoo Linux] * [[Image(debian.png, 24, nolink)]] [wiki:LinuxDebian Debian GNU/Linux] * [[Image(ubuntu.png, 24, nolink)]] [wiki:LinuxUbuntu Ubuntu Linux] * [[Image(linux.png, 24, nolink)]] [wiki:LinuxSource Building under Linux] * [wiki:LinuxProblems Possible problems] you may encounter during installation on Linux. * [[Image(eth.png, 24, nolink)]] Special instructions for the [wiki:LinuxTardis ETH Tardis] Computers at the Electrical Engineering department [[Image(Big_Logo_Macintosh.jpg, 64, right, nolink)]] ==== Mac OS X ==== * [[Image(macosx.png, 24, nolink)]] [wiki:MacOSX Mac OS X] ==== Outdated ==== For the previous version of Orxonox, there still are old installation guides available: * [[Image(fedora.png, 24, nolink)]] Installation on [wiki:LinuxFedora Fedora Linux] == Precompiled Dependencies == [[Image(Big_Logo_Windows.jpg, 64, right, nolink)]] For some Compilers on Windows we supply the dependencies with the libraries and includes directly as archive. If you download archives for multiple compilers simply overwrite the include files without regard, they're the same anyway. || || Size || Compiler || Date || Version || Note || || [http://svn.orxonox.net/downloads/windows/precompiled_dependencies/OrxonoxDeps_110226_4.3_MSVC8_Full.7z 7-Zip] || 38MB || Visual Studio 2005 || 26.02.2011 || 4.3 || OGRE v1.6 || || [http://svn.orxonox.net/downloads/windows/precompiled_dependencies/OrxonoxDeps_100826_5.0_MSVC8_Full.7z 7-Zip] || 50MB || Visual Studio 2005 || 26.08.2010 || 5.0 || OGRE v1.7 || |||||||||||||| || [http://svn.orxonox.net/downloads/windows/precompiled_dependencies/OrxonoxDeps_110226_4.3_MSVC9_Full.7z 7-Zip] || 40MB || Visual Studio 2008 || 26.02.2011 || 4.3 || OGRE v1.6 || || [http://svn.orxonox.net/downloads/windows/precompiled_dependencies/OrxonoxDeps_100826_5.0_MSVC9_Full.7z 7-Zip] || 51MB || Visual Studio 2008 || 26.08.2010 || 5.0 || OGRE v1.7 || |||||||||||||| || [http://svn.orxonox.net/downloads/windows/precompiled_dependencies/OrxonoxDeps_110226_4.1_MinGW.7z 7-Zip] || 9MB || MinGW (gcc 3.4.5) || 26.02.2011 || 4.1 || OGRE v1.6 || || [http://svn.orxonox.net/downloads/windows/precompiled_dependencies/OrxonoxDeps_100921_5.0_MinGW.7z 7-Zip] || 11MB || MinGW (gcc 4.x.x) || 21.09.2010 || 5.0 || OGRE v1.7.1 || || [http://svn.orxonox.net/downloads/windows/precompiled_dependencies/OrxonoxDeps_110219_5.1_MinGW.7z 7-Zip] || 11MB || MinGW (gcc 4.x.x) || 19.02.2011 || 5.1 || OGRE v1.7.2 ||