File: README

package info (click to toggle)
icecc 0.7.14-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,256 kB
  • ctags: 2,696
  • sloc: cpp: 7,862; ansic: 5,842; sh: 346; xml: 267; makefile: 70
file content (19 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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://en.opensuse.org/Icecream - the docu 
is maintained there for the time being