icecc / icemon

Icecream GUI Monitor

Home Page:http://kfunk.org/tag/icemon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Codacy Badge

Icemon

Introduction

Icemon is an Icecream GUI monitor.

Screenshot: Star View

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

About

Icecream GUI Monitor

http://kfunk.org/tag/icemon/

License:GNU General Public License v2.0


Languages

Language:C++ 61.4%Language:CMake 37.3%Language:Roff 1.3%Language:Shell 0.0%