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 41 42 43 44 45 46 47 48 49 50
|
[](https://travis-ci.org/icecc/icemon)
[](https://www.codacy.com/app/icecc/icemon?utm_source=github.com&utm_medium=referral&utm_content=icecc/icemon&utm_campaign=Badge_Grade)
Icemon
======
Introduction
------------
Icemon is an Icecream GUI monitor.

Installation
------------
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
Bug tracker
-----------
Create a github issue on https://github.com/icecc/icemon
Repository
----------
The git repository lives at https://github.com/icecc/icemon
Contact
-------
- Current maintainer: Kevin Funk \<kfunk@kde.org\>
|