Skip to content

A lightweight GUI for the OHMComm-project based on Qt

License

Notifications You must be signed in to change notification settings

doe300/OHMComm-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OHMComm-GUI

A lightweight GUI for the OHMComm-project based on Qt 5.

GitHub license Release

For a full list of features, see OHMComm.

Build it

Under Linux/Mac OS

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.

About

A lightweight GUI for the OHMComm-project based on Qt

Resources

License

Stars

Watchers

Forks

Packages

No packages published