diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-04-11 05:56:44 +1000 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-04-11 05:56:44 +1000 |
commit | 20532acb335c17ed8bdbedeed536acc1450beaf8 (patch) | |
tree | 539f0e5539b9cfbefd3adbe526b90aa616425b35 /distcc/README | |
parent | 3268450b49053c608898727db1e913e86cd8084a (diff) | |
download | contrib-20532acb335c17ed8bdbedeed536acc1450beaf8.tar.gz contrib-20532acb335c17ed8bdbedeed536acc1450beaf8.tar.xz |
distcc: taken over from opt
Diffstat (limited to 'distcc/README')
-rw-r--r-- | distcc/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/distcc/README b/distcc/README new file mode 100644 index 000000000..a7496d1e8 --- /dev/null +++ b/distcc/README @@ -0,0 +1,17 @@ +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 +---- |