Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 299 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 299 Bytes

FieldOptMonitor

A small program for monitoring FieldOpt runs. Written using Qt and Qwt.

Libraries

Besides the standard Qt libraries, FieldOptMonitor requires two libraries to build: qwt and QtSvg. To install these on Ubuntu, execute

sudo apt-get install libqwt-qt5-dev libqt5svg5-dev