GNU Make
GNU Make enables its user to build and install the software without knowing the details of how that is done.
Useful parameters
You can speed up make by using several CPU cores in parallel. For example, to run make on 4 cores:
make -j 4
GNU Make enables its user to build and install the software without knowing the details of how that is done.
You can speed up make by using several CPU cores in parallel. For example, to run make on 4 cores:
make -j 4