contrib/distcc
Tim Biermann dfeca9b561 distcc: adopted port 2023-08-18 21:35:53 +02:00
..
.footprint distcc: adopted port 2023-08-18 21:35:53 +02:00
.signature distcc: adopted port 2023-08-18 21:35:53 +02:00
Pkgfile distcc: adopted port 2023-08-18 21:35:53 +02:00
README
distccd.conf distcc: adopted port 2023-08-18 21:35:53 +02:00
distccd.service distcc: adopted port 2023-08-18 21:35:53 +02:00
pre-install distcc: don't fail pre-install when user/group already exists 2022-02-27 22:15:09 +01:00
python-3.9.patch distcc: adopted port 2023-08-18 21:35:53 +02:00

README

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