mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/icecream: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
38ba5a5ddc
commit
9489061786
1 changed files with 11 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue