Further Linux dependency and install documentation updates

This commit is contained in:
Bill Somerville
2020-08-16 19:11:51 +01:00
parent 549198566b
commit fb7af6c696
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -43,9 +43,11 @@ sudo dpkg -P wsjtx
You may also need to execute the following command in a terminal:
[example]
....
sudo apt install libgfortran5 libqt5widgets5 libqt5network5 \
libqt5printsupport5 libqt5multimedia5-plugins libqt5serialport5 \
libqt5sql5-sqlite libfftw3-single3 libgomp1 libusb-1.0-0
....
Fedora, CentOS, Red Hat, and other rpm-based systems:
@@ -74,6 +76,8 @@ sudo rpm -e wsjtx
You may also need to execute the following command in a terminal:
[example]
....
sudo dnf install libgfortran fftw-libs-single qt5-qtbase \
qt5-qtmultimedia qt5-qtserialport fftw-libs-double \
qt5-qtsvg qt5-qtserialport libgomp1 libusbx
qt5-qtsvg qt5-qtserialport libgomp libusbx
....