Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > d550c50557b6fffdc96a1c6e56f98dca > files > 8

icecream-monitor-3.2.0-1.mga7.i586.rpm

[![Build Status](https://travis-ci.org/icecc/icemon.svg?branch=master)](https://travis-ci.org/icecc/icemon)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b8bc2d59bad544258a47209cc9bfb8e7)](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.

![Screenshot: Star View](https://github.com/icecc/icemon/wiki/screenshots/icemon-starview.png)

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
-------

- Current maintainer: Kevin Funk \<kfunk@kde.org\>