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 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

错误修正和便携性的改进了许多。在“ -扫描,包括”选项被添加到distcc的。这表明这头distcc的将发送到远程机器的泵模式,而不实际编译任何东西。这提供了一个简单的接口包括服务器。在“ -禁用- Werror”选项被添加到配置。这将禁用的gcc的使用Werror建设distcc的选项时,允许汇编distcc的成功,即使警告海湾合作委员会的问题。
标签: Minor feature enhancements
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.

2008-08-07 12:51
3.0

本新闻稿包含一个重要的新功能:distcc的泵模式。随着泵模式,distcc是现在能够分发预处理,而不只是汇编。因此,该版本可高达3倍的早期版本。它也包含其他许多新的特性和错误修正。
标签: Major feature enhancements
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.

2004-11-30 22:27
2.18.3

此版本修正了处理小错误- x和-规格编译器选项。
标签: Minor bugfixes
This release fixes small bugs in handling -x and -specs compiler options.

2004-11-12 07:27
2.18.2

可携性错误的Solaris 64是固定的。
标签: Minor bugfixes
Portability bugs for Solaris and amd64 were fixed.

2004-11-12 07:27
2.18.1

各种便携性和小错误是固定的。
标签: Minor bugfixes
Various portability and minor bugs were fixed.

Project Resources