Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 56 and Version 57 of download


Ignore:
Timestamp:
Oct 27, 2009, 7:51:04 AM (15 years ago)
Author:
bknecht
Comment:

this order makes more sense to me…

Legend:

Unmodified
Added
Removed
Modified
  • download

    v56 v57  
    22[[TracNav(TracNav/TOC_Development)]]
    33
    4 == Source access ==
     4== Compiling from Source ==
     5
     6=== Source access ===
    57The 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]]
    68https://svn.orxonox.net/game/code/trunk [[br]][[br]]
     
    810https://svn.orxonox.net/game/data/trunk [[br]][[br]]
    911
    10 === Anonymous Access ===
     12==== Anonymous Access ====
    1113If 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]]
    1214
    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 
    1915=== 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]]
     16The 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:
    2117'''[wiki:Buildsystem General Options and Instructions]'''.
    2218
    23 Select your OS specific installation guide from the list below:
     19Now select your OS specific installation guide from the list below:
    2420 * Windows with [wiki:WindowsMinGW MinGW]
    2521 * Windows with [wiki:VisualStudio MS Visual Studio]
     
    3329 * Special instructions for the [wiki:LinuxTardis ETH Tardis] Computers at the Electrical Engineering department
    3430
    35  * [wiki:LinuxProblems Possible Problems under Linux]
     31 * [wiki:LinuxProblems Possible problems] you may encounter during installation on Linux.
    3632
    37 For the previous version of Orxonox, there still are installation guides available:
     33For the previous version of Orxonox, there still are old installation guides available:
    3834 * Installation on [wiki:LinuxFedora Fedora Linux]
    3935 * Installation on [wiki:MacOSX Mac OSX]
     36
     37== Binaries ==
     38At 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]]
     39However 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).
    4040
    4141== Precompiled Dependencies ==