Merge from vendor branch TNF:
[pkgsrcv2.git] / devel / distcc / DESCR
1 distcc is a program to distribute compilation of C or C++ code across
2 several machines on a network. distcc should always generate the same
3 results as a local compile, is simple to install and use, and is often
4 two or more times faster than a local compile.
5
6 distcc does not require all machines to share a filesystem, have
7 synchronized clocks, or to have the same libraries or header files
8 installed. Machines can be running different operating systems, as long
9 as they have compatible binary formats or cross-compilers.