slackbuilds/development/icecream
Robby Workman d20259b399 Multiple: Kill libcap-ng references
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-02-11 18:38:40 -06:00
..
profile.d development/icecream: Update build script. 2014-03-31 09:30:14 +07:00
README development/icecream: Update build script. 2014-03-31 09:30:14 +07:00
doinst.sh development/icecream: Added to 13.0 repository 2010-05-13 00:57:55 +02:00
icecream.SlackBuild development/icecream: Update UID/GID. 2014-04-07 14:43:55 +07:00
icecream.info Multiple: Kill libcap-ng references 2016-02-11 18:38:40 -06:00
rc.icecc-scheduler development/icecream: Update build script. 2014-03-31 09:30:14 +07:00
rc.iceccd development/icecream: Update build script. 2014-03-31 09:30:14 +07:00
rc.icecream.conf development/icecream: Added to 13.0 repository 2010-05-13 00:57:55 +02:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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

librsync is an optional dependency.