How to Install ccontrol in Ubuntu 18.04



Install ccontrol by entering the following commands in the terminal:

sudo apt update
sudo apt install ccontrol

Description:

Compilation controller

The ccontrol program takes over the roles of the compiler, linker and make, and reads a configuration file to decide what to do before invoking them. This is particularly useful for centralized control over commands and options, such as enabling distcc and ccache. It is also great for controlling parallelism and which compiler versions to use, based on the directory and make targets.

Homepage: http://ccontrol.ozlabs.org/

Version: 1.0-2

Section: universe/devel