contrib/distcc
2008-05-16 21:58:23 +10:00
..
.footprint distcc: put the symlinks back in the build() function 2008-05-16 21:58:23 +10:00
.md5sum distcc: moved symlinks out of Pkgfile 2008-05-08 19:20:10 +10:00
distcc-2.18.3-install.patch distcc: moved symlinks out of Pkgfile 2008-05-08 19:20:10 +10:00
distccd distcc: taken over from opt 2007-04-11 05:56:44 +10:00
Pkgfile distcc: put the symlinks back in the build() function 2008-05-16 21:58:23 +10:00
README distcc: put the symlinks back in the build() function 2008-05-16 21:58:23 +10:00

POST-INSTALL
to use distcc, just 
a) export DISTCC_HOSTS to include the compilation hosts
b) prepend /usr/lib/distcc to your $PATH environment variable.
   (e.g. in pkgmk.conf)
c) export MAKEFLAGS=-j<n> where n is a number representing the number of
   parallel jobs you want


DISTCCD SERVICE

There's a service to simplify running distccd. By default, it uses allows connections from '192.168.0.0/24' and runs as user 'nobody'. Both values can be overridden in /etc/rc.conf, like this:

----
DISTCC_ALLOW=192.168.1.0/24
DISTCC_USER=otheruser
----

There is more information on the public wiki http://crux.nu/Public/HomePage