Changes between Version 2 and Version 3 of dev/LinuxTardis
- Timestamp:
- Apr 10, 2006, 3:25:58 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxTardis
v2 v3 34 34 $ ./tardis-scratch-checkout.pl branches/myBranche 35 35 }}} 36 3. Now you can work with your trunk/branche37 36 38 37 == Pro/Contra == … … 41 40 || Compiling || Network->slow || local->very much faster || 42 41 || Linking || stinking slow (30 seconds+)|| adequately fast || 42 || space || user-account || scratch (some gb's) || 43 44 I 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 46 To be faster there is also the possibility to 47 {{{ 48 $ make -j3 49 }}} 50 which 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 :) )