distcc
simple distributed compiler client and server
Install
- All systems
-
curl cmd.cat/distcc.sh
- Debian
-
apt-get install distcc - Ubuntu
-
apt-get install distcc -
Alpine
-
apk add distcc - Arch Linux
-
pacman -S distcc - Kali Linux
-
apt-get install distcc - Fedora
-
dnf install distcc - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install distcc - OS X
-
brew install distcc - Raspbian
-
apt-get install distcc - Docker
-
docker run cmd.cat/distcc distccpowered by Commando
distcc
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.