Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 86 and Version 87 of download


Ignore:
Timestamp:
Apr 22, 2011, 11:05:33 AM (13 years ago)
Author:
dafrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • download

    v86 v87  
    4747The 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]]
    4848https://svn.orxonox.net/game/code/trunk [[br]][[br]]
    49 '''Note:''' The ''https'' can only be used you have a svn account registered with us, if you just want to check out the coda and data you can replace ''https'' with ''http''. See Anonymous Access for more information below.[[br]][[br]]
     49'''Note:''' The ''https'' can only be used if you have a svn account registered with us, if you just want to check out the code and data you have to replace ''https'' with ''http''. See Anonymous Access for more information below.[[br]][[br]]
    5050You also need the media files. The media directory should be on the same level as the source code (e.g. if the source code is in a directory called ''trunk'', then the media files should be in a directory called ''data_extern'' and both directories should be in the same directory)[[br]]
    5151Or more technically, the default search locations for [wiki:CMake] is one directory above slash media and in the checkout directory slash media. If you use another directory, the path can be configured with CMake at [wiki:Buildsystem compile time] or later by editing <build directory>/config/orxonox.ini (look for "mediaPath"). [[br]][[br]]