Changes between Version 42 and Version 43 of download
- Timestamp:
- Mar 3, 2009, 11:54:18 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
download
v42 v43 5 5 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]] 6 6 https://svn.orxonox.net/orxonox/trunk [[br]][[br]] 7 You also need the media files. The path can be configured in orxonox.ini.[[br]][[br]]7 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]] 8 8 https://svn.orxonox.net/data/media [[br]][[br]] 9 You need an account to access https. '''If you just want to look at the code, use http instead of https''', but if you want to commit something, you must use https. Contact us if you need an account. [[br]][[br]]10 9 11 === Directory Structure===12 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. 10 === Anonymous Access === 11 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]] 13 12 14 13 == Binaries == 15 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. 14 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]] 15 However there is sort of a tech demo compilation of the 0.0.2 tag. The package is only available for Windows though. Download [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090218_MSVC9_DebugSymbols.7z here] (self extractable archive). 16 16 17 == Installation == 18 To install Orxonox, select your OS specific installation guide from the list below: 19 * Installation on Windows with [wiki:WindowsMinGW MinGW] 20 * Installation on Windows with [wiki:VisualStudio MS Visual Studio] 17 == Compiling from Source == 21 18 22 * Installation on [wiki:LinuxGentoo Gentoo Linux] 23 * Installation on [wiki:LinuxDebian Debian GNU/Linux]24 * Installation on [wiki:LinuxUbuntu Ubuntu Linux] 19 === General Build System Guide === 20 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]] 21 '''[wiki:Buildsystem General Options and Instructions]'''. 25 22 26 * Installation on [wiki:NewMacOSX Mac OSX] 23 Select your OS specific installation guide from the list below: 24 * Windows with [wiki:WindowsMinGW MinGW] 25 * Windows with [wiki:VisualStudio MS Visual Studio] 27 26 28 * Special installation instructions for the [wiki:LinuxTardis ETH Tardis] Computers 27 * [wiki:LinuxGentoo Gentoo Linux] 28 * [wiki:LinuxDebian Debian GNU/Linux] 29 * [wiki:LinuxUbuntu Ubuntu Linux] 30 31 * [wiki:NewMacOSX Mac OSX] 32 33 * Special instructions for the [wiki:LinuxTardis ETH Tardis] Computers at the Electrical Engineering department 29 34 30 35 * [wiki:LinuxProblems Possible Problems under Linux] … … 35 40 36 41 == Precompiled Dependencies == 37 For some Compilers on Windows we supply the dependencies with the libraries and includes directly as archive. I n 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.42 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. 38 43 || || || Size || Compiler || Date || Content || Note || 39 44 || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090218_MSVC8.7z 7-Zip] || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090218_MSVC8.exe Self Extract] || 9.7MB || Visual Studio 2005 || 12.02.2009 || Includes and binaries || || … … 48 53 |||||||||||||||| 49 54 || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090218_MinGW.7z 7-Zip] || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090218_MinGW.exe Self Extract] || 6.8MB || MinGW || 12.02.2009 || Includes and binaries || || 50 51 Note: The include files are shared among all the compilers. If you extract multiple archives, they might get conflicted, but you can overwrite or ignore them without worrying.