= Download Orxonox = [[TracNav(TracNav/TOC_Development)]] == 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: [[br]][[br]] https://svn.orxonox.net/orxonox/trunk [[br]][[br]] You also need the media files. The path can be configured with CMake at [Wiki:Buildsystem compile time] or later by editing orxonox.ini (look for "mediaPath"). The default search locations for CMake is one directory above slash media and in the checkout directory slash media.[[br]][[br]] https://svn.orxonox.net/data/media [[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]] == Binaries == At the moment, there are no official binaries or install packages available for Orxonox, since the game is still in an early development stage. Please use the source distribution from Subversion. [[br]] However there is sort of a tech demo compilation of the 0.0.3 tag. The package is only available for Windows though. Download [http://svn.orxonox.net/ogre/orxonox_binaries/orxonox-0.0.3_win32.7z here] (7-Zip archive). == Compiling from Source == === General Build System Guide === There is document that describes the steps have have to go through on very platform. There is also a description of the available build system options.[[br]] '''[wiki:Buildsystem General Options and Instructions]'''. Select your OS specific installation guide from the list below: * Windows with [wiki:WindowsMinGW MinGW] * Windows with [wiki:VisualStudio MS Visual Studio] * [wiki:LinuxGentoo Gentoo Linux] * [wiki:LinuxDebian Debian GNU/Linux] * [wiki:LinuxUbuntu Ubuntu Linux] * [wiki:NewMacOSX Mac OSX] * Special instructions for the [wiki:LinuxTardis ETH Tardis] Computers at the Electrical Engineering department * [wiki:LinuxProblems Possible Problems under Linux] For the previous version of Orxonox, there still are installation guides available: * Installation on [wiki:LinuxFedora Fedora Linux] * Installation on [wiki:MacOSX Mac OSX] == Precompiled Dependencies == 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 || Content || Note || || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090718_2.0_MSVC8.7z 7-Zip] || 13MB || Visual Studio 2005 || 18.07.2009 || 2.0 || Includes and binaries || || || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090724_3.0_MSVC8.7z 7-Zip] || 13MB || Visual Studio 2005 || 24.07.2009 || 3.0 || Includes and binaries || || || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090718_2.0_MSVC8_DebugSymbols.7z 7-Zip] || 19MB || Visual Studio 2005 || 18.07.2009 || 2.0/3.0 || debug symbols || Helps stepping through libraries || |||||||||||||||| || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090718_2.0_MSVC9.7z 7-Zip] || 13MB || Visual Studio 2008 || 18.07.2009 || 2.0 || Includes and binaries || || || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090724_3.0_MSVC9.7z 7-Zip] || 13MB || Visual Studio 2008 || 24.07.2009 || 3.0 || Includes and binaries || || || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090718_2.0_MSVC9_DebugSymbols.7z 7-Zip] || 21MB || Visual Studio 2008 || 18.07.2009 || 2.0/3.0 || debug symbols || Helps stepping through libraries || |||||||||||||||| || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090718_2.0_MinGW.7z 7-Zip] || 8MB || MinGW || 18.07.2009 || 2.0 || Includes and binaries || || || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090724_3.0_MinGW.7z 7-Zip] || 9MB || MinGW || 24.07.2009 || 3.0 || Includes and binaries || ||