chronovise-gui provides a GUI for the chronovise framework.
The UI is written using QT framework, therefore a version of QT library must to be installed (version used 5.12) with QtCharts module.
It's needed to install chronovise library.
$ git clone https://github.com/federeghe/chronovise.git
$ cd chronovise
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install
Once chronovise is installed:
$ cd gui
$ mkdir build
$ cd build
$ cmake ..
$ make