Changes between Version 8 and Version 9 of dev/LinuxSource
- Timestamp:
- Mar 3, 2010, 9:28:47 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxSource
v8 v9 17 17 Furthermore, you will need to check out our data repository. This repository contains all the graphics, fonts and sounds and other third-party data for Orxonox. To check it out use the command: 18 18 {{{ 19 user@ubuntu:~/orxonox> svn co https://svn.orxonox.net/game/data/trunk data_extern 19 user@ubuntu:~/orxonox> svn co http://svn.orxonox.net/game/data/trunk data_extern 20 }}} 21 Note: If you want to commit any changes to the data repository you will have to use https with login instead (similar as above). 22 23 The directory structure should now look like this: 24 {{{ 25 .../orxonox 26 .../orxonox/trunk 27 .../orxonox/data_extern 20 28 }}} 21 29