1
edit
Changes
m
''Example :'' <pre> export DISTCC_CL_HOSTS="localhost 10.0.0.2 10.0.0.4"</pre>
→Environment
The only required environment variable is DISTCC_CL_HOSTS, which contain a space delimited list of all slave machines. You must set this variable on the master machine (the machine that contains the source code).
<!--