Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icecc/icecream
Distributed compiler with a central scheduler to share build load
https://github.com/icecc/icecream
Last synced: 5 days ago
JSON representation
Distributed compiler with a central scheduler to share build load
- Host: GitHub
- URL: https://github.com/icecc/icecream
- Owner: icecc
- License: gpl-2.0
- Created: 2012-10-23T08:33:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T15:30:58.000Z (4 months ago)
- Last Synced: 2025-01-09T03:26:03.299Z (12 days ago)
- Language: C++
- Size: 4.92 MB
- Stars: 1,620
- Watchers: 55
- Forks: 252
- Open Issues: 81
-
Metadata Files:
- Readme: README
- Changelog: NEWS
- License: COPYING
Awesome Lists containing this project
README
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.Required Libraries
==================
Note: The package name may vary by distro
* libcap-ng-devel
* libarchive-devel
* lzo-devel
* libzstd-develHow to install icecream
=======================cd icecream
./autogen.sh
./configure --prefix=/opt/icecream
make
make installWARNING: Make sure you specify a prefix, otherwise icecream
might override your gcc installation! You will need to use this
prefix instead of /usr when referring to icecream (for example
when extending the $PATH variable).The documentation is maintained in README.md for the time being.
How to contribute
=================Fork on github.com and send a pull request:
https://github.com/icecc/icecreamThere is a testsuite in the tests/ directory and unit tests in unittests/,
see the README files there.Mailing list:
[email protected] ([email protected])