distcc

Distributed compiler client and server for faster C/C++ compilation

brewmacoslinux
Try with needOr install directly
Source

About

Distributed compiler client and server

Commands

distccdistccddistccmon-textdistccmon-gnome

Examples

Start the distcc daemon server on port 3632$ distccd --daemon --allow 192.168.1.0/24
Compile using distcc by setting CC environment variable$ CC=distcc make -j8
Monitor distcc compilation progress in real-time$ distccmon-text 1