diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 00:17:41 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:12 +0700 |
commit | 9489061786aaefc53f32345a653196567ba8b356 (patch) | |
tree | 42ba33c80a07a4d361675cf981b85e80ec232b04 | |
parent | 38ba5a5ddcd8cc7ee48e52a3f29db7f87126c70f (diff) | |
download | slackbuilds-9489061786aaefc53f32345a653196567ba8b356.tar.gz |
development/icecream: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/icecream/README | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/development/icecream/README b/development/icecream/README index 50daacb2d4..d95ce6adf9 100644 --- a/development/icecream/README +++ b/development/icecream/README @@ -1,12 +1,14 @@ -Icecream is a distributed compile system. It allows parallel compiling by -distributing the compile jobs to several nodes of a compile network running the -icecc daemon. The icecc scheduler routes the jobs and provides status and -statistics information to the icecc monitor. Each compile node can accept one -or more compile jobs depending on the number of processors and the settings of -the daemon. Link jobs and other jobs which cannot be distributed are executed -locally on the node where the compilation is started. -Note that upon installation of the resulting package, all your software -will be compiled by icecream by default. +Icecream is a distributed compile system. It allows parallel compiling +by distributing the compile jobs to several nodes of a compile network +running the icecc daemon. The icecc scheduler routes the jobs and +provides status and statistics information to the icecc monitor. Each +compile node can accept one or more compile jobs depending on the +number of processors and the settings of the daemon. Link jobs and +other jobs which cannot be distributed are executed locally on the +node where the compilation is started. + +Note that upon installation of the resulting package, all your +software will be compiled by icecream by default. For information on how to use icecream in combination with ccache see https://github.com/icecc/icecream#how-to-combine-icecream-with-ccache |