Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 37 and Version 38 of download


Ignore:
Timestamp:
Feb 12, 2009, 9:32:14 PM (15 years ago)
Author:
rgrieder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • download

    v37 v38  
    1010
    1111=== Directory Structure ===
    12 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.
     12We 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.
    1313
    1414== Binaries ==
    15 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.
     15At 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.
    1616
    1717== Installation ==
    1818To install Orxonox, select your OS specific installation guide from the list below:
    19  * Installation on Windows with [wiki:WindowsMinGW] (recommended)
     19 * Installation on Windows with [wiki:WindowsMinGW MinGW]
    2020 * Installation on Windows with [wiki:VisualStudio MS Visual Studio]
    2121
     
    3030 * [wiki:LinuxProblems Possible Problems under Linux]
    3131
    32 For previous versions of Orxonox, there still are installation guides available:
     32For the previous version of Orxonox, there still are installation guides available:
    3333 * Installation on [wiki:LinuxFedora Fedora Linux]
    3434 * Installation on [wiki:MacOSX Mac OSX]
    3535
    3636== Precompiled Dependencies ==
    37 For some IDEs we supply the dependencies with the libraries and includes directly as archive:
    38 || Name || Date || Notes ||
    39 ||      ||      ||       ||
    40 || [http://svn.orxonox.net/ogre/binaries/VisualStudio8/Orxonox_Dependencies_VC8SP1_081012.rar Visual Studio 2005 SP1 Precompiled Dependencies] || 12 October 2008 || You must have SP1 installed! ||
    41 || [http://svn.orxonox.net/ogre/binaries/VisualStudio8/Orxonox_Dependencies_VC8SP1_081014.rar Visual Studio 2005 SP1 Precompiled Dependencies] || 14 October 2008 || Includes ODE 0.9 and 0.10.1 ||
     37For 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.
     38|| [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC8.zip download] || Compiler || Date || Content || Note ||
     39|| [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC8.zip download] || Visual Studio 2005 || 12.02.2009 || Includes and binaries || All you probably need ||
     40|| [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC8_Binaries.zip download] || Visual Studio 2005 || 12.02.2009 || binaries only || To be used if you already have another archive ||
     41|| [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC8_DebugSymbols.zip download] || Visual Studio 2005 || 12.02.2009 || debug symbols || Helps stepping through libraries ||
     42|| [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC9.zip download] || Visual Studio 2008 || 12.02.2009 || Includes and binaries || All you probably need ||
     43|| [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC9_Binaries.zip download] || Visual Studio 2008 || 12.02.2009 || binaries only || To be used if you already have another archive ||
     44|| [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC9_DebugSymbols.zip download] || Visual Studio 2008 || 12.02.2009 || debug symbols || Helps stepping through libraries ||
     45|| [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MinGW.zip download] || MinGW || 12.02.2009 || Includes and binaries || All you need ||
     46|| [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MinGW_Binaries.zip download] || MinGW || 12.02.2009 || binaries only || To be used if you already have another archive ||
     47Note: The include files are shared among all the compilers. If you extract multiple archives, they might get conflicted, but you can overwrite them without worrying.