The prerequisites for building sysmon-qt are:

- Qt5 or qt-alternate (https://www.linuxfromscratch.org/blfs/view/stable/x/qt5-alternate.html)
- lm-sensors ( https://www.linuxfromscratch.org/blfs/view/stable/general/lm_sensors.html)
  Runtime to monitor temperatures.

To build sysmon-qt run the following commands:

cd src
qmake sysmon-qt.pro
make

Install the program (as the root user) with:
cp sysmon-qt /usr/bin
cp ../data/sysmon-qt.desktop /usr/share/applications/
cp ../data/sysmon-qt.png     /usr/share/pixmaps/

Notes:
- Use F1 to configure sysmon-qt.
- Use CTRL-F to toggle the frame.  
  - Useful for moving the location.
  - Upon exit, the application will remember it's location.
- Right click brings up a short menu.
- The configuration is maintained by the configuration panels at 
  $HOME/.config/LinuxFromScratch/sysmon-qt.conf 



