Skip to content
forked from icecc/icecream

Distributed compiler with a central scheduler to share build load

License

Notifications You must be signed in to change notification settings

chanmanx/icecream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: Although icecream will compile on some non-Linux systems,
it depends critically on Linux' /proc/ structures and will fail
at runtime until somebody figures out how to emulate the "ticks"
form of process accounting in there.

How to install icecream
=======================

cd icecream
(make -f Makefile.cvs)
./configure --prefix=/opt/icecream
make
make install

WARNING: Make sure you specify a prefix, otherwise icecream
might override your gcc installation!

Please have a look at http://wiki.kde.org/icecream - the docu 
is maintained there for the time being

About

Distributed compiler with a central scheduler to share build load

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 79.3%
  • Shell 16.4%
  • M4 1.9%
  • C 1.6%
  • Other 0.8%