= 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 in orxonox.ini. [[br]][[br]] https://svn.orxonox.net/data/media [[br]][[br]] You need an account to access https. '''If you just want to look at the code, use http''', but if you want to commit something, you must use https. Contact us if you need an account. [[br]][[br]] === Directory Structure === We recommend to checkout the two repositories into two separate folders on the same level. CMake will automatically find the media directory then. Another option is in the checkout root directory. If you have the media in neither location, you will need to edit the CMake cache variable ORXONOX_MEDIA_DIRECTORY. == Binaries == At the moment, there are no binaries or install packages available for Orxonox, since the game is still in an early development stage. Please use the source distribution from Subversion. == Installation == To install Orxonox, select your OS specific installation guide from the list below: * Installation on Windows with [wiki:WindowsMinGW MinGW] * Installation on Windows with [wiki:VisualStudio MS Visual Studio] * Installation on [wiki:LinuxGentoo Gentoo Linux] * Installation on [wiki:LinuxDebian Debian GNU/Linux] * Installation on [wiki:LinuxUbuntu Ubuntu Linux] * Installation on [wiki:NewMacOSX Mac OSX] * Special installation instructions for the [wiki:LinuxTardis ETH Tardis] Computers * [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. In order to configure them a file called PackageConfigXX.cmake is found in the folder. If you download archives for multiple Compilers simply overwrite these files without regard, they're the same anyway. || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC8.zip download] || Compiler || Date || Content || Note || || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC8.zip download] || Visual Studio 2005 || 12.02.2009 || Includes and binaries || All you probably need || || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC8_Binaries.zip download] || Visual Studio 2005 || 12.02.2009 || binaries only || To be used if you already have another archive || || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC8_DebugSymbols.zip download] || Visual Studio 2005 || 12.02.2009 || debug symbols || Helps stepping through libraries || || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC9.zip download] || Visual Studio 2008 || 12.02.2009 || Includes and binaries || All you probably need || || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC9_Binaries.zip download] || Visual Studio 2008 || 12.02.2009 || binaries only || To be used if you already have another archive || || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC9_DebugSymbols.zip download] || Visual Studio 2008 || 12.02.2009 || debug symbols || Helps stepping through libraries || || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MinGW.zip download] || MinGW || 12.02.2009 || Includes and binaries || All you need || || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MinGW_Binaries.zip download] || MinGW || 12.02.2009 || binaries only || To be used if you already have another archive || Note: The include files are shared among all the compilers. If you extract multiple archives, they might get conflicted, but you can overwrite them without worrying.