Download List

專案描述

distcc is a parallel build system that distributes compilation of C/C++/ObjC code across machines on a network. It can be set up in just a few minutes and makes builds up to ten times faster. It does not require machines to share a filesystem or have the same libraries or header files, and installation does not need superuser privileges.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-01-16 21:21
3.1

Lots of bugfixes and portability improvements were
made. The "--scan-includes" option was added to
distcc. This shows which headers distcc would send
to the remote machine in pump mode, without
actually compiling anything. This provides a
simple interface to the include server. The
"--disable-Werror" option was added to configure.
This disables the use of gcc's -Werror option when
building distcc, allowing compilation of distcc to
succeed even if gcc issues warnings.
標籤: Minor feature enhancements

2008-08-07 12:51
3.0

This release contains a major new feature: distcc-pump mode. With pump mode, distcc is now able to distribute preprocessing too, not just compilation. As a result, this release can be up to three times faster than earlier versions. It also contains many other new features and bugfixes.
標籤: Major feature enhancements

2004-11-30 22:27
2.18.3

This release fixes small bugs in handling -x and -specs compiler options.
標籤: Minor bugfixes

2004-11-12 07:27
2.18.2

Portability bugs for Solaris and amd64 were fixed.
標籤: Minor bugfixes

2004-11-12 07:27
2.18.1

Various portability and minor bugs were fixed.
標籤: Minor bugfixes

Project Resources