Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 40 and Version 41 of dev/LinuxGentoo


Ignore:
Timestamp:
Sep 18, 2008, 5:46:40 PM (16 years ago)
Author:
scheusso
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxGentoo

    v40 v41  
    11= Gentoo Linux =
    2 
     2''Edited: 18. Sep. 2008 by [wiki:OliScheuss Oli]''[[br]]
    33''Edited: 15. Sep. 2008 by [wiki:FelixSchulthess Felix]''[[br]]
    44''Checked: 01. Dec. 2007 by [wiki:NicolasSchlumberger nico] with 2007.0 profile on amd64''[[br]]
     
    6161$ cmake .
    6262...
    63 $ make
     63$ make -j4 // -j4 means 4 jobs concurrently (for those of you with multicore cpus)
    6464...
    6565$ ./run
     66}}}
     67Additionally if you don't want to built into your source directories perform the following steps instead:
     68{{{
     69$ cd orxonox-trunk
     70$ mkdir build
     71$ cd build
     72$ cmake ..
     73...
     74$ make -j4
     75...
     76$ cd ..
     77$ ./run
     78
    6679}}}
    6780