Aisrael Distcc

  • By Adam Israel
Channel Revision Published Runs on
latest/stable 1 18 Mar 2021
Ubuntu 14.04
latest/edge 1 18 Mar 2021
Ubuntu 14.04
juju deploy aisrael-distcc
Show information

Platform:

Ubuntu
14.04

Simple distributed compiler client and server

distcc is a program to distribute compilation of C or C++ code across several machines on a network. distcc should always generate the same results as a local compile, is simple to install and use, and is often significantly faster than a local compile. distcc does not require all machines to share a filesystem, have synchronized clocks, or to have the same libraries or header files installed.