summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2008-05-23 03:03:18 +0000
committerfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2008-05-23 03:03:18 +0000
commitb39f470901407d83ee58562aca64a3ed2aca0e92 (patch)
tree68aeb9f0123f2b5f2250a0580cadb5736e99eb73 /INSTALL
parentb14251a7abc356a2f49e88a27fa3ff12d7c64267 (diff)
downloaddistcc-b39f470901407d83ee58562aca64a3ed2aca0e92.tar.gz
Some trivial style changes.
git-svn-id: http://distcc.googlecode.com/svn/trunk@374 01de4be4-8c4a-0410-9132-4925637da917
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL16
1 files changed, 11 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 2ec4796..12804dc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -139,6 +139,7 @@ than the source tree:
You can optionally run "make check" afterwards to verify that everything
built OK.
+
Installing distcc
-----------------
@@ -156,6 +157,7 @@ You can optionally run "make installcheck" afterwards to verify that
was installed OK. This works regardless of which installation method
you used.
+
Starting the daemon
-------------------
@@ -169,7 +171,7 @@ daemon. Running standalone is recommended.
If you installed via the debian or RPM package, then the daemon will be
installed as a service, running as a standalone daemon, and it should get
started up automatically, so you can skip the rest of this section
-"Starting the daemon. The rest of this section only applies if you
+"Starting the daemon". The rest of this section only applies if you
installed via "make install".
To run standalone, run a command like this, either from the command
@@ -227,9 +229,12 @@ addresses will be determined by the --allow options that you pass to
distccd and the allowed commands will be determined by the DISTCC_CMDLIST
environment variable; see the distccd(1) man page for details.
+See also the doc/example directory and its README file, which
+has examples of the configuration files that you need.
-Set up the host list
---------------------
+
+Setting up the host list
+------------------------
On the client machines, store a list of servers names in
~/.distcc/hosts or /etc/hosts, or in the DISTCC_HOSTS
@@ -293,8 +298,9 @@ DISTCC_POTENTIAL_HOSTS.
cd ~/my_sources/my_project
make -j40 CC="distcc gcc" my_target
-Create the masquerade directories
----------------------------------
+
+Creating the masquerade directories
+-----------------------------------
The easiest way to use distcc is in "masquerade" mode, where it is
installed on the PATH to "catch" calls to the compiler and redirect