Most of the time when you install an application in Linux, you do so via a package manager, which enables the download and installation of binary packages, built from source packages. These include the default options, general features and parameters so that a wide portion of users can install without any problems.
However, if you’re developing code, you first need to create a source package, and on a Raspberry Pi this can seem to take forever. One option is to copy the code to a desktop or notebook computer running Linux, but wouldn’t it be far more convenient to just let the Raspberry Pi deal with it… but give it a helping hand?
Using distcc, we can distribute the resources needed to build the package, which basically means we can…
