From 60146a1dc81b0046b290bd81614e94aa1dc1fd12 Mon Sep 17 00:00:00 2001 From: Roeland Jansen Date: Wed, 7 Apr 2021 09:58:40 +0200 Subject: [PATCH] added prebuilt and run instructions for mint 20.1 --- INSTALL_PREBUILT_BINARY.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/INSTALL_PREBUILT_BINARY.md b/INSTALL_PREBUILT_BINARY.md index 678a608..c1de4d5 100644 --- a/INSTALL_PREBUILT_BINARY.md +++ b/INSTALL_PREBUILT_BINARY.md @@ -13,6 +13,7 @@ different versions of linux in alphabetical order. Note that all are click-click Debian 11 (Debian 10 is outdated) Fedora 33 Fedora 34 +mint 20.1 openSUSE 15.x openSUSE Tumbleweed SLES 15.x @@ -47,6 +48,13 @@ sudo ln -s /usr/lib64/libqcustomplot-qt5.so.2 /usr/lib64/libqcustomplot.so.2 start wfview ~~~ +### Mint 20.1 +~~~ +apt install libqcustomplot2.0 libqt5multimedia5 libqt5serialport5 +sudo ln -s /usr/lib64/libqcustomplot-qt5.so.2 /usr/lib64/libqcustomplot.so.2 +start wfview +~~~ + ### openSUSE/Tumbleweed/SLES: ~~~ sudo zypper in libqcustomplot2 libQt5SerialPort5