Changes between Version 86 and Version 87 of download
- Timestamp:
- Apr 22, 2011, 11:05:33 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
download
v86 v87 47 47 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]] 48 48 https://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 canreplace ''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]] 50 50 You 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]] 51 51 Or 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]]