Changes between Version 21 and Version 22 of download
- Timestamp:
- Sep 23, 2008, 10:08:50 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
download
v21 v22 1 1 = Download Orxonox = 2 2 3 == Getting the code == 4 At the moment, there are no binaries or install packages available for Orxonox, since the game is still in an very early development stage. However, you can a copy of the source code and build it yourself. The latest stable version of it is accessible via SVN under [http://svn.orxonox.net/orxonox/trunk] (anonymous access). If you have trouble using Subversion, please look at our [wiki:SVN SVN Howto]. 3 == Source access == 4 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]] 5 https://svn.orxonox.net/orxonox/trunk [[br]][[br]] 6 You also need the media files. The path can be configured in orxonox.ini. [[br]][[br]] 7 https://svn.orxonox.net/data/Media [[br]][[br]] 8 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]] 5 9 6 To take a look at the source code directly, visit this [http://www.orxonox.net/browser/trunk page]. 10 === Directory Structure === 11 We recommend to checkout the two repositories into two separate folders on the same level. You can then easily configure the path of the Media files in orxonox.ini, section [GSRoot], key "dataPath". For the directory structure mentioned, the settings would be (and is per default) "../../Media" because it has to be relative to the ''bin'' directory. 7 12 13 == Binaries == 14 At the moment, there are no binaries or install packages available for Orxonox, since the game is still in an very early development stage. Please use the source distribution from Subversion. 8 15 9 16 == Installation == … … 15 22 * Special installation instructions for the [wiki:LinuxTardis ETH Tardis] Computers 16 23 * [wiki:LinuxProblems Possible Problems under Linux] 24 * Installation on Windows with [wiki:MinGW] 25 * Installation on Windows with [wiki:VisualStudio MS Visual Studio] (not recommended) 17 26 18 27 For previous versions of Orxonox, there still are installation guides available.