summaryrefslogtreecommitdiff
path: root/distcc/README
blob: 4943736f9454b99903b1b750edf3929a98602c70 (plain)
    1 POST-INSTALL:
    2 
    3 To set up distcc as a client:
    4 1. Export DISTCC_HOSTS to include the compilation hosts
    5 2. Prepend /usr/lib/distcc to your $PATH environment variable.
    6 3. Export MAKEFLAGS=-j<n> where n is a number representing the number of
    7    parallel jobs you want.
    8 
    9 To set up distcc as a server:
   10 1. Set the ALLOW or ZEROCONF option in /etc/distccd.conf
   11 2. Start the service with the /etc/rc.d/distccd startup script

Generated by cgit