Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

m
Added info for -j option. See multicore acceleration.
(fixed link adress in terminal commands)
m (Added info for -j option. See multicore acceleration.)
Line 138: Line 138:


this will only recompile modifications and reinstall them.
this will only recompile modifications and reinstall them.
===Multicore Acceleration===
Using the option '''-j x''' (where x is the number of your CPU-Cores you wish to assign to the job) will speed up the whole compilation process considerably.


==Disk usage==
==Disk usage==
Having both compiled program, source codes and data from git requires some hard disk space: It will take you something like 7 GB of space.
Having both compiled program, source codes and data from git requires some hard disk space: It will take you something like 7 GB of space.
If you don't have a fast machine, it will require you also some hours of compilation time.
If you don't have a fast machine, it will require you also some hours of compilation time.
177

edits