2021-07-24 08:59:01 +00:00
|
|
|
# How to install wfview without building yourself on selected linux versions
|
2021-04-06 17:42:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We understand that downloading sources with git, selecting branches and building yourself may a bit daunting.
|
|
|
|
In the future we may at some point start distributing packages and/or images like appimage, flatpack. snap.
|
|
|
|
|
|
|
|
|
|
|
|
Instructions how to use this w/o building yourself. We are using a precompiled version that has been tested on a few
|
|
|
|
different versions of linux in alphabetical order. Note that all are click-click-next-next-finish installs.
|
|
|
|
|
2021-04-16 09:19:51 +00:00
|
|
|
not supported:
|
|
|
|
|
|
|
|
centos7 -- no qt support
|
|
|
|
debian 10 -- outdated
|
|
|
|
devuan 3.1.1.1 -- outdated
|
|
|
|
redhat7 -- no qt support
|
|
|
|
|
|
|
|
|
2021-04-06 17:42:49 +00:00
|
|
|
~~~
|
|
|
|
Debian 11 (Debian 10 is outdated)
|
|
|
|
Fedora 33
|
|
|
|
Fedora 34
|
2021-06-11 17:37:52 +00:00
|
|
|
mint 20.1 (and up?)
|
2022-05-24 15:55:03 +00:00
|
|
|
openSUSE 15.2 (outdated/deprecated)
|
|
|
|
openSUSE 15.3/15.4)
|
2021-07-24 08:59:01 +00:00
|
|
|
openSUSE Tumbleweed(s)
|
2021-04-06 17:42:49 +00:00
|
|
|
SLES 15.x
|
2021-07-24 08:59:01 +00:00
|
|
|
Ubuntu 20.04.2
|
|
|
|
mint 20.2 (see notes at the end)
|
2021-04-06 17:42:49 +00:00
|
|
|
~~~
|
|
|
|
|
|
|
|
|
2021-05-25 14:35:06 +00:00
|
|
|
### for all, the following is applicable:
|
2021-04-06 17:44:35 +00:00
|
|
|
~~~
|
2021-05-04 07:31:12 +00:00
|
|
|
download the tar.gz file here: https://wfview.org/download/test-linux-build/
|
|
|
|
|
2021-05-19 06:07:54 +00:00
|
|
|
the file below will unpack in ./dist
|
|
|
|
|
2021-05-25 14:36:03 +00:00
|
|
|
tar zxvf wfview-linux.tar.gz (change the filename accordingly)
|
2021-05-04 07:31:12 +00:00
|
|
|
cd dist
|
2021-04-06 17:45:17 +00:00
|
|
|
sudo ./install.sh
|
2021-04-06 17:44:35 +00:00
|
|
|
~~~
|
2021-04-06 17:42:49 +00:00
|
|
|
this will install the binary and a few other files to your system.
|
|
|
|
|
|
|
|
|
|
|
|
Now for the system specifics; pick your version:
|
|
|
|
|
|
|
|
### Debian 11:
|
|
|
|
~~~
|
|
|
|
sudo apt install libqcustomplot2.0 libqt5multimedia5 libqt5serialport5
|
|
|
|
sudo ln -s /usr/lib/x86_64-linux-gnu/libqcustomplot.so.2.0.1 /usr/lib/x86_64-linux-gnu/libqcustomplot.so.2
|
2021-05-25 14:36:03 +00:00
|
|
|
wfview
|
2021-04-06 17:42:49 +00:00
|
|
|
~~~
|
|
|
|
|
|
|
|
### Fedora 33/34:
|
|
|
|
~~~
|
|
|
|
sudo dnf install qcustomplot-qt5 qt5-qtmultimedia qt5-qtserialport
|
|
|
|
sudo ln -s /usr/lib64/libqcustomplot-qt5.so.2 /usr/lib64/libqcustomplot.so.2
|
2021-05-25 14:36:03 +00:00
|
|
|
wfview
|
2021-04-06 17:42:49 +00:00
|
|
|
~~~
|
|
|
|
|
2021-04-07 07:58:40 +00:00
|
|
|
### Mint 20.1
|
|
|
|
~~~
|
2021-05-05 08:31:31 +00:00
|
|
|
sudo apt install libqcustomplot2.0 libqt5multimedia5 libqt5serialport5
|
2021-04-07 07:58:40 +00:00
|
|
|
sudo ln -s /usr/lib64/libqcustomplot-qt5.so.2 /usr/lib64/libqcustomplot.so.2
|
2021-05-25 14:36:03 +00:00
|
|
|
wfview
|
2021-06-11 17:37:52 +00:00
|
|
|
|
|
|
|
note: if the above symlink fails, use the following line to fix the library link:
|
|
|
|
|
|
|
|
sudo ln -s /lib/x86_64-linux-gnu/libqcustomplot.so.2.0.1 /lib/x86_64-linux-gnu/libqcustomplot.so.2
|
2021-04-07 07:58:40 +00:00
|
|
|
~~~
|
|
|
|
|
2021-07-24 08:59:01 +00:00
|
|
|
### Mint 20.2
|
2021-04-06 17:42:49 +00:00
|
|
|
~~~
|
2021-07-24 08:59:01 +00:00
|
|
|
|
|
|
|
SEE THE NOTES AT THE END. You need wfview153 binary here
|
|
|
|
|
|
|
|
sudo apt install libqcustomplot2.0 libqt5multimedia5 libqt5serialport5
|
|
|
|
sudo ln -s /usr/lib64/libqcustomplot-qt5.so.2 /usr/lib64/libqcustomplot.so.2
|
|
|
|
wfview
|
|
|
|
|
|
|
|
note: if the above symlink fails, use the following line to fix the library link:
|
|
|
|
|
|
|
|
sudo ln -s /lib/x86_64-linux-gnu/libqcustomplot.so.2.0.1 /lib/x86_64-linux-gnu/libqcustomplot.so.2
|
|
|
|
~~~
|
|
|
|
|
|
|
|
|
2022-05-24 15:55:03 +00:00
|
|
|
### openSUSE/Tumbleweed/SLES based on 15.3/15.4:
|
2021-07-24 08:59:01 +00:00
|
|
|
~~~
|
|
|
|
|
2021-04-06 17:42:49 +00:00
|
|
|
sudo zypper in libqcustomplot2 libQt5SerialPort5
|
2021-05-25 14:36:03 +00:00
|
|
|
wfview
|
2021-04-06 17:42:49 +00:00
|
|
|
~~~
|
|
|
|
|
2021-07-24 08:59:01 +00:00
|
|
|
|
2021-04-06 17:42:49 +00:00
|
|
|
### UBUNTU:
|
|
|
|
~~~
|
2021-05-05 08:31:31 +00:00
|
|
|
sudo apt install libqcustomplot2.0 libqt5multimedia5 libqt5serialport5
|
2021-04-06 17:42:49 +00:00
|
|
|
sudo ln -s /usr/lib/x86_64-linux-gnu/libqcustomplot.so.2.0.1 /usr/lib/x86_64-linux-gnu/libqcustomplot.so.2
|
2021-05-25 14:36:03 +00:00
|
|
|
wfview
|
2021-06-11 17:37:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
note: if the above symlink fails, use the following line to fix the library link:
|
|
|
|
|
|
|
|
sudo ln -s /lib/x86_64-linux-gnu/libqcustomplot.so.2.0.1 /lib/x86_64-linux-gnu/libqcustomplot.so.2
|
2021-04-06 17:42:49 +00:00
|
|
|
~~~
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-07-24 08:59:01 +00:00
|
|
|
### notes:
|
|
|
|
~~~
|
|
|
|
|
2022-05-24 15:55:03 +00:00
|
|
|
openSUSE 15.2 is deprecated; old binary has been removed
|
2021-07-24 08:59:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
~~~
|
2021-04-06 17:42:49 +00:00
|
|
|
|
2021-07-24 08:59:01 +00:00
|
|
|
|