54 | | 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]] |
55 | | https://svn.orxonox.net/game/code/trunk [[br]][[br]] |
56 | | '''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]] |
57 | | 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]] |
58 | | More precisely, you can adjust the data path by telling CMake about it (e.g. by using ccmake). [[br]][[br]] |
59 | | https://svn.orxonox.net/game/data/trunk [[br]][[br]] |
| 54 | 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: |
| 55 | * https://svn.orxonox.net/game/code/trunk [https for developers] |
| 56 | * http://svn.orxonox.net/game/code/trunk [http for read-only access] |
| 57 | |
| 58 | '''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 use the ''http'' url. See Anonymous Access for more information below. |
| 59 | |
| 60 | 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). More precisely, you can adjust the data path by telling CMake about it (e.g. by using ccmake). |
| 61 | * https://svn.orxonox.net/game/data/trunk [https for developers] |
| 62 | * http://svn.orxonox.net/game/data/trunk [http for read-only access] |