Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 6 and Version 7 of dev/LinuxSource


Ignore:
Timestamp:
Oct 29, 2009, 7:02:50 AM (14 years ago)
Author:
bknecht
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxSource

    v6 v7  
    2121
    2222== Compiling ==
    23 Just cd to the trunk directory, then make a build directory, execute cmake and make and finally run the game:
     23Just cd to the trunk directory, then make a build directory, execute CMake and make and finally run the game.
     24
     25 * ''Note:'' Before running CMake you may want to check out its [wiki:Buildsystem#Options options].
     26 * ''Note:'' Running make with ''-j n'' splits the compiling in ''n'' jobs. We suggest to use the number that is twice the number of your CPU cores.
     27
    2428{{{
    2529user@ubuntu:~/orxonox> cd trunk
     
    3438 * If cmake produces some error messages complaining about dependencies make sure you installed everything neccessary for your OS.
    3539 * If orxonox aborts with an error message considering the Media repository make sure that you configured the path of the Media repository (in bin/orxonox.ini) correctly.
     40
     41Should you experience problems with installing, please have a look at [https://forum.orxonox.net/viewforum.php?f=6 this forum] and tell us about your problem.