Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 593 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 593 Bytes

chronovise-gui

chronovise-gui provides a GUI for the chronovise framework.

What you need

The UI is written using QT framework, therefore a version of QT library must to be installed (version used 5.12) with QtCharts module.

Building

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