Skip to content

Kryndex/icemon

 
 

Repository files navigation

Icemon

Introduction

Icemon is an Icecream GUI monitor.

Screenshot: Star View

Build Status

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 and cmake installed

$ apt-get install build-essential qtbase5-dev cmake

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

Packages

No packages published

Languages

  • C++ 59.5%
  • CMake 40.2%
  • Other 0.3%