Changes between Version 15 and Version 16 of dev/LinuxTardis
- Timestamp:
- Sep 23, 2009, 3:32:37 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxTardis
v15 v16 18 18 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: 19 19 {{{ 20 user@tardis-xxx:~/orxonox> svn co https://svn.orxonox.net/game/data/trunk media20 user@tardis-xxx:~/orxonox> svn co https://svn.orxonox.net/game/data/trunk data_extern 21 21 }}} 22 22 Now make sure, you have set the correct path to your media directory in the file ''bin/orxonox.ini''. … … 28 28 user@tardis-xxx:~/orxonox/trunk> mkdir build 29 29 user@tardis-xxx:~/orxonox/trunk> cd build 30 user@tardis-xxx:~/orxonox/trunk/build> cmake-2.6 .30 user@tardis-xxx:~/orxonox/trunk/build> cmake-2.6.4 . 31 31 ... 32 32 user@tardis-xxx:~/orxonox/trunk/build> make -j4