Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 42 and Version 43 of download


Ignore:
Timestamp:
Mar 3, 2009, 11:54:18 AM (15 years ago)
Author:
rgrieder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • download

    v42 v43  
    55The 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]]
    66https://svn.orxonox.net/orxonox/trunk [[br]][[br]]
    7 You also need the media files. The path can be configured in orxonox.ini. [[br]][[br]]
     7You 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]]
    88https://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]]
    109
    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 ===
     11If 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]]
    1312
    1413== 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.
     14At 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]]
     15However 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).
    1616
    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 ==
    2118
    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 ===
     20There 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]'''.
    2522
    26  * Installation on [wiki:NewMacOSX Mac OSX]
     23Select your OS specific installation guide from the list below:
     24 * Windows with [wiki:WindowsMinGW MinGW]
     25 * Windows with [wiki:VisualStudio MS Visual Studio]
    2726
    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
    2934
    3035 * [wiki:LinuxProblems Possible Problems under Linux]
     
    3540
    3641== Precompiled Dependencies ==
    37 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.
     42For 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.
    3843|| || || Size || Compiler || Date || Content || Note ||
    3944|| [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 || ||
     
    4853||||||||||||||||
    4954|| [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.