hyOzd / serialplot

Small and simple software for plotting data from serial port in realtime.
https://hackaday.io/project/5334-serialplot-realtime-plotting-software
GNU General Public License v3.0
739 stars 182 forks source link

fix: Added qwt6 path for OpenSuse repo install #13

Closed ZehDeckel closed 3 years ago

ZehDeckel commented 3 years ago

In OpenSuse Leap 15.2 (and maybe others), the qwt6 header files installed via zypper are located in /usr/include/qwt6

I also got a warning about if-endif mismatch, so I did a quick change there.

Not included in this pull request, but one could add the required packages available from the OpenSuse repository to the Readme. While maybe not minimal, I used libqt5-qtbase-devel qwt6-devel qwt6-qt5-devel libqt5-qtserialbus-devel libqt5-qtserialport-devel with zypper.

ZehDeckel commented 3 years ago

I have removed the commented line and added OpenSUSE instructions to the readme file.

hyOzd commented 3 years ago

@ZehDeckel Thanks for your contribution.