Changes between Version 6 and Version 7 of dev/LinuxSource
- Timestamp:
- Oct 29, 2009, 7:02:50 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxSource
v6 v7 21 21 22 22 == Compiling == 23 Just cd to the trunk directory, then make a build directory, execute cmake and make and finally run the game: 23 Just 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 24 28 {{{ 25 29 user@ubuntu:~/orxonox> cd trunk … … 34 38 * If cmake produces some error messages complaining about dependencies make sure you installed everything neccessary for your OS. 35 39 * 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 41 Should 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.