-
Notifications
You must be signed in to change notification settings - Fork 252
/
README
40 lines (31 loc) · 1.08 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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-devel
How to install icecream
=======================
cd icecream
./autogen.sh
./configure --prefix=/opt/icecream
make
make install
WARNING: 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/icecream
There is a testsuite in the tests/ directory and unit tests in unittests/,
see the README files there.
Mailing list: