Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 32 and Version 33 of dev/LinuxGentoo


Ignore:
Timestamp:
Sep 17, 2008, 9:34:06 PM (16 years ago)
Author:
FelixSchulthess
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxGentoo

    v32 v33  
    4141Now get a copy of the code by checking out the trunk via anonymous subversion login. This will download the latest stable version to the directory ''trunk''. If you have trouble using SVN, go [wiki:SVN here].
    4242{{{
    43 $ svn co http://svn.orxonox.net/orxonox/trunk orxonox-trunk
     43$ svn co http://svn.orxonox.net/orxonox/trunk trunk
    4444}}}
    4545You won't be able to contribute your own code (check in) with the anonymous subversion repository. You have to ask us for a username/password combination. If you already have an account, check the code out like this:
    4646{{{
    47 $ svn co https://svn.orxonox.net/orxonox/trunk orxonox-trunk
     47$ svn co https://svn.orxonox.net/orxonox/trunk trunk
    4848}}}
    49 You will then be asked for the username and password, that you got from us.
    50 
     49You will then be asked for the username and password, that you got from us.
     50Furthermore, you will need to check out the media repository. This repository contains all the graphics, fonts and sounds for Orxonox. To check it out, do:
     51{{{
     52$ svn co https://svn.orxonox.net/data/Media media
     53}}}
     54Now make sure, you have set the correct path to you media directory
    5155
    5256=== Compiling ===
    53 Just change into the trunk directory, then execute configure and make....
     57Just cd to the trunk directory, then execute configure and make:
    5458{{{
    5559$ cd orxonox-trunk
     
    5862$ make
    5963...
    60 $ ./run --mode standalone
     64$ ./run
    6165}}}
    6266
    63 ==== Development with KDevelop ====
    64 See [wiki:CMake#UsingCMakewithKDevelop here]
     67=== Development with KDevelop ===
     68If you would like to use KDevelop for coding, see [wiki:CMake#UsingCMakewithKDevelop this] page for further information.
     69
     70----
    6571
    6672[[OutdatedPage]]