Icemon is an Icecream GUI monitor.
To compile icemon, install, the icecc development package, e.g. for Debian/Ubuntu:
$ apt-get install pkg-config libicecc-dev
Finally, make sure you have g++, Qt, cmake and ECM installed
$ apt-get install build-essential qtbase5-dev cmake extra-cmake-modules
Finally, compile and install the application:
$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
$ make
$ make install
Run:
$ icemon
Create a github issue on https://github.com/icecc/icemon
The git repository lives at https://github.com/icecc/icemon
- Current maintainer: Kevin Funk <[email protected]>