Changes between Version 56 and Version 57 of download
- Timestamp:
- Oct 27, 2009, 7:51:04 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
download
v56 v57 2 2 [[TracNav(TracNav/TOC_Development)]] 3 3 4 == Source access == 4 == Compiling from Source == 5 6 === Source access === 5 7 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]] 6 8 https://svn.orxonox.net/game/code/trunk [[br]][[br]] … … 8 10 https://svn.orxonox.net/game/data/trunk [[br]][[br]] 9 11 10 === Anonymous Access===12 ==== Anonymous Access ==== 11 13 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]] 12 14 13 == Binaries ==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.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).16 17 == Compiling from Source ==18 19 15 === General Build System Guide === 20 The re 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]]16 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: 21 17 '''[wiki:Buildsystem General Options and Instructions]'''. 22 18 23 Select your OS specific installation guide from the list below:19 Now select your OS specific installation guide from the list below: 24 20 * Windows with [wiki:WindowsMinGW MinGW] 25 21 * Windows with [wiki:VisualStudio MS Visual Studio] … … 33 29 * Special instructions for the [wiki:LinuxTardis ETH Tardis] Computers at the Electrical Engineering department 34 30 35 * [wiki:LinuxProblems Possible Problems under Linux]31 * [wiki:LinuxProblems Possible problems] you may encounter during installation on Linux. 36 32 37 For the previous version of Orxonox, there still are installation guides available:33 For the previous version of Orxonox, there still are old installation guides available: 38 34 * Installation on [wiki:LinuxFedora Fedora Linux] 39 35 * Installation on [wiki:MacOSX Mac OSX] 36 37 == Binaries == 38 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 [wiki:download#CompilingfromSource source distribution] from Subversion. [[br]] 39 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). 40 40 41 41 == Precompiled Dependencies ==