Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of dev/LinuxTardis


Ignore:
Timestamp:
Apr 10, 2006, 3:25:58 PM (18 years ago)
Author:
bensch
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxTardis

    v2 v3  
    3434$ ./tardis-scratch-checkout.pl branches/myBranche
    3535}}}
    36   3. Now you can work with your trunk/branche
    3736
    3837== Pro/Contra ==
     
    4140|| Compiling || Network->slow || local->very much faster ||
    4241|| Linking || stinking slow (30 seconds+)|| adequately fast ||
     42|| space || user-account || scratch (some gb's) ||
     43
     44I would really recommend the tardis-local approach, if you have the time to warm up, but have to compile again, and again and again.
     45
     46To be faster there is also the possibility to
     47{{{
     48$ make -j3
     49}}}
     50which will automatically use 3 processes to compile orxonox, and since most of the tardis are hyper-threaded - well i think you know about the rest :) )