update-distcc-symlinks

simple distributed compiler client and server

Install

All systems
curl cmd.cat/update-distcc-symlinks.sh
Debian Debian
apt-get install distcc
Ubuntu
apt-get install distcc
Alpine
apk add distcc
Arch Arch Linux
pacman -S distcc
image/svg+xml Kali Linux
apt-get install distcc
Fedora
dnf install distcc
Windows (WSL2)
sudo apt-get update sudo apt-get install distcc
OS X
brew install distcc
Raspbian
apt-get install distcc
Docker
docker run cmd.cat/update-distcc-symlinks update-distcc-symlinks powered 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.