Qt based replacement for the gnome system montior on Linux
Qmake can be used to directly build the project as long as all dependancies are met.
qmake && make; make install
The program uses C++14 and pthreads, g++ is recommended.
Qt5 must be installed to use system monitor.
Compiling depends on the following:
- libprocps-dev
Running the program depends on the following:
- libprocps6
- QCustomPlot - http://qcustomplot.com/
See guide