distcc

from Wikipedia, the free encyclopedia
distcc
Basic data

developer Martin Pool
Current  version 3.3.2
(July 26, 2018)
operating system various Unix derivatives
programming language C.
category Programming tool
License GPL
distcc.org

distcc is a client-server tool for distributing Compile - processes on Unix / Linux systems.

distcc distributes the compilation of the individual source files of a project to other computers ( called nodes ) on which distcc is running. distcc accelerates the compilation of C , C ++ , Objective-C and Objective C ++ programs, almost linearly with increasing number of nodes. distcc uses the GNU Compiler Collection for compilation , although other compilers may also be supported.

The standard port for network communication is 3632.

distcc is under the GNU General Public License .

Web links