A lightweight GUI for the OHMComm-project based on Qt 5.
For a full list of features, see OHMComm.
You will need a compiler with full C++11 support and cmake in version 2.8.12 or higher. To build the GUI, you first need to compile the OHMComm-library and have Qt5 installed, inclusive development headers.
$ cd <project-directory>
$ cmake -G "Unix Makefiles" ./CMakeLists.txt
$ make OHMCommGUI # To build the executable
This will build the executable into <project-directory>/build/
by default.