[[ArchivePage]] = Howto Code = == Operating System Specific == This is a guide on how to code and compile under certain operating systems: see the [wiki:Running SystemTable] == static, Operating System indendant stuff == == Data Storage == for orxonox to run you must have a copy of the Data-directory on your system. There are multiple Ways to get this: 1. Get a copy by downloading it: [https://www.orxonox.net/files/snapshots/orxonox-data-latest.tar.bz2 newest Version] from the [https://www.orxonox.net/files/snapshots/ snapshots] 2. check out the Data-Directory by [http://subversion.tigris.com subversion] {{{ svn co http://www.orxonox.net/data/trunk orxonox/data/trunk }}} 3. start orxonox and press the update button (not yet implemented :)) -> but soon :) == orxonox Specific == 1. check out the Code with: {{{ wraith# svn co https://svn.orxonox.net/orxonox/trunk orxonox/trunk }}} 2. get the data repository (example for trunk) {{{ wraith# cd orxonox/trunk wraith# ./script/data.checkout A data/worlds A data/worlds/newGround.obj A data/worlds/newGround.mtl A data/worlds/DefaultWorld.oxw A data/worlds/DefaultCampaign.oxc .... Checked out revision 27. }}} alternatively you could check-out the data-repository by yourself, using: {{{ wraith# svn co https://svn.orxonox.net/data/trunk orxonox/data/trunk }}}