📄 readme
字号:
distcc -- a free distributed C/C++ compiler system http://distcc.samba.org/ by Martin Pool <mbp@samba.org>distcc is a program to distribute compilation of C or C++ code acrossseveral machines on a network. distcc should always generate the sameresults as a local compile, is simple to install and use, and is oftentwo or more times faster than a local compile.Unlike other distributed build systems, distcc does not require allmachines to share a filesystem, have synchronized clocks, or to havethe same libraries or header files installed. Machines can be runningdifferent operating systems, as long as they have compatible binaryformats or cross-compilers.distcc sends the complete preprocessed source code across the networkfor each job, so all it requires of the volunteer machines is thatthey be running the distccd daemon, and that they have an appropriatecompiler installed.distcc is not itself a compiler, but rather a front-end to the GNUC/C++ compiler (gcc), or another compiler of your choice. All theregular gcc options and features work as normal.distcc is designed to be used with GNU make's parallel-build feature(-j). Shipping files across the network takes time, but few cycles onthe client machine. Any files that can be built remotely areessentially "for free" in terms of client CPU.distcc is now reasonably stable and can successfully compile the Linux kernel,rsync, KDE, GNOME (via GARNOME), Samba and Ethereal. distcc is nearlylinearly scalable for small numbers of machines: for a typical case, threemachines are 2.6 times faster than one.distcc is distributed under the GNU General Public Licence v2.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -