contrib/distcc
2021-06-14 20:16:15 +00:00
..
.footprint distcc: 3.3.5 -> 3.4 2021-05-16 17:33:23 +10:00
.signature updated a few signatures 2021-06-14 20:16:15 +00:00
distccd [notify] distcc: 3.3.3 -> 3.3.5 closes FS#1817 - distcc improvements 2021-03-08 16:24:44 +11:00
distccd.conf distcc: fix typo in distccd.conf 2021-04-26 23:14:59 +10:00
Pkgfile distcc: 3.3.5 -> 3.4 2021-05-16 17:33:23 +10:00
pre-install [notify] distcc: 3.3.3 -> 3.3.5 closes FS#1817 - distcc improvements 2021-03-08 16:24:44 +11:00
README [notify] distcc: 3.3.3 -> 3.3.5 closes FS#1817 - distcc improvements 2021-03-08 16:24:44 +11:00

POST-INSTALL:

To set up distcc as a client:
1. Export DISTCC_HOSTS to include the compilation hosts
2. Prepend /usr/lib/distcc to your $PATH environment variable.
3. Export MAKEFLAGS=-j<n> where n is a number representing the number of
   parallel jobs you want.

To set up distcc as a server:
1. Set the ALLOW or ZEROCONF option in /etc/distccd.conf
2. Start the service with the /etc/rc.d/distccd startup script