Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 4 and Version 5 of dev/LinuxSource


Ignore:
Timestamp:
Aug 22, 2009, 10:35:03 AM (15 years ago)
Author:
scheusso
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxSource

    v4 v5  
    77user@unix:~> mkdir orxonox
    88user@unix:~> cd orxonox
    9 user@unix:~/orxonox> svn co http://svn.orxonox.net/orxonox/trunk trunk
     9user@unix:~/orxonox> svn co http://svn.orxonox.net/game/code/trunk
    1010}}}
    1111You won't be able to contribute your own code (check in) with the anonymous subversion login. You have to ask us for a username/password combination. If you have an account, check the code out like this:
    1212{{{
    13 user@unix:~/orxonox> svn co https://svn.orxonox.net/orxonox/trunk trunk
     13user@unix:~/orxonox> svn co https://svn.orxonox.net/game/code/trunk
    1414}}}
    1515You will then be asked for the username and password, that you got from us.
     
    1717Furthermore, 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:
    1818{{{
    19 user@ubuntu:~/orxonox> svn co https://svn.orxonox.net/data/media media
     19user@ubuntu:~/orxonox> svn co https://svn.orxonox.net/game/data/trunk media
    2020}}}
    2121