freebsd-ports/devel/distcc/pkg-descr
Patrick Li 82367010fc Add new port distcc: Distribute compilation of C(++) code acrosss machines
on a network

PR:		ports/39879
Submitted by:	Frerich Raabe <frerich.raabe@gmx.de>
2002-06-26 17:20:21 +00:00

20 lines
848 B
Plaintext

distcc is a program to distribute compilation of 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.
Unlike other distributed build systems, distcc does not require all
machines to share a filesystem, have synchronized clocks, or to
have the same libraries or header files installed. Machines can be
running different operating systems, as long as they have compatible
binary formats or cross-compilers.
distcc sends the complete preprocessed source code across the network
for each job, so all it requires of the volunteer machines is that
they be running the distccd daemon, and that they have an appropriate
compiler installed.
WWW: http://distcc.samba.org/
- Frerich Raabe frerich.raabe@gmx.de