2015-12-28 08:16:44 +00:00

29 lines
1014 B
Plaintext

$OpenBSD: README-main,v 1.2 2015/12/28 08:16:44 jasper Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
distcc
======
To spawn compilation jobs on remote hosts, a minimal configuration
such as the following can be used as `~/.distcc/hosts`:
localhost 192.168.178.13
or `/etc/distcc/hosts` for a system-wide configuration.
For SSH connections prefix hosts with `@` in the host specification.
distcc will run the jobs as the user invoking distcc.
Then set `$CC` to `distcc` to distribute compilation jobs across the
configured nodes.
References
==========
For more information on using distcc and setting up a build cluster, please
refer to the Gentoo and Arch Linux wikis. While containing information
specific to their build systems, they do provide good general information:
- https://wiki.gentoo.org/wiki/Distcc
- https://wiki.archlinux.org/index.php/Distcc