Integrating WSJT-X v1.8 changes to the development trunk

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7854 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville
2017-07-12 12:34:19 +00:00
parent 033e060895
commit c475ea9250
3 changed files with 9 additions and 7 deletions
+7 -6
View File
@@ -1,6 +1,6 @@
// Status=review
Debian, Ubuntu, and other Debian-based systems:
Debian, Ubuntu, and other Debian-based systems including Raspbian:
* 32-bit: {debian32}
- To install:
@@ -19,6 +19,12 @@ sudo dpkg -P wsjtx
[example]
sudo dpkg -i wsjtx_{VERSION}_amd64.deb
* 64-bit: {raspbian}
- To install:
+
[example]
sudo dpkg -i wsjtx_{VERSION}_armhf.deb
- Uninstall:
+
[example]
@@ -30,11 +36,6 @@ You may also need to execute the following commands in a terminal:
sudo apt-get install libqt5multimedia5-plugins libqt5serialport5
sudo apt-get install libfftw3-single3
For Ubuntu 15.04 and similar systems, the above and also
[example]
sudo apt-get install libqt5opengl5
Fedora, Red Hat, and other rpm-based systems:
* 32-bit: {fedora32}