summaryrefslogtreecommitdiffstats
path: root/development/icecream/README
diff options
context:
space:
mode:
author Heinz Wiesinger2010-05-13 00:57:55 +0200
committer Robby Workman2010-05-13 00:57:55 +0200
commit50d2a8aa6ee50fd0b9c41ce3effda353ba6f68d1 (patch)
treedb460257e009b8b98dda8bd9585dddcb982a8b8b /development/icecream/README
parentb32ef8faabe0777a324c1559dcff39e22d8be909 (diff)
downloadslackbuilds-50d2a8aa6ee50fd0b9c41ce3effda353ba6f68d1.tar.gz
development/icecream: Added to 13.0 repository
Diffstat (limited to 'development/icecream/README')
-rw-r--r--development/icecream/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/development/icecream/README b/development/icecream/README
new file mode 100644
index 0000000000..94523f6850
--- /dev/null
+++ b/development/icecream/README
@@ -0,0 +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.
+
+For information on how to use icecream in combination with ccache see
+http://en.opensuse.org/Icecream#How_to_combine_icecream_with_ccache
+
+icecc can use librsync, which is also available from slackbuilds.org.