Distcc logo

Distcc

Allows users to distribute builds of programming code across multiple machines on a network.

Made by Distcc

    What is Distcc?

    distcc is a program that enables the distribution of builds of C, C++, Objective C, or Objective C++ code across multiple machines on a network. The program ensures that the results generated are identical to those of a local build, and its simplicity in installation and usage makes it a convenient choice. Typically, distcc provides a significant speed boost compared to a local compile

    Highlights

    • Distributed build functionality for C, C++, Objective C, and Objective C++
    • Generates the same results as a local build
    • Simple to install and use
    • Usually much faster than a local compile