diff --git a/doc/common/license.adoc b/doc/common/license.adoc index 321da82aa..e96507f82 100755 --- a/doc/common/license.adoc +++ b/doc/common/license.adoc @@ -12,4 +12,4 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this documentation. If not, see {gnu_gpl}. -Copyright (C) 2001-2016 Joseph H Taylor, Jr., K1JT. +Copyright (C) 2001-2017 Joseph H Taylor, Jr., K1JT. diff --git a/doc/common/links.adoc b/doc/common/links.adoc index 803797392..d000c1a02 100644 --- a/doc/common/links.adoc +++ b/doc/common/links.adoc @@ -51,6 +51,7 @@ d). Edit lines as needed. Keeping them in alphabetic order help see dupes. :cc_by_sa: http://creativecommons.org/licenses/by-sa/3.0/[Commons Attribution-ShareAlike 3.0 Unported License] :debian32: http://physics.princeton.edu/pulsar/K1JT/wsjtx_{VERSION}_i386.deb[wsjtx_{VERSION}_i386.deb] :debian64: http://physics.princeton.edu/pulsar/K1JT/wsjtx_{VERSION}_amd64.deb[wsjtx_{VERSION}_amd64.deb] +:raspbian: http://physics.princeton.edu/pulsar/K1JT/wsjtx_{VERSION}_armhf.deb[wsjtx_{VERSION}_armhf.deb] :debian: http://www.debian.org/[Debian] :dev_guide: http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjt-dev-guide.html[Dev-Guide] :devsvn1: http://sourceforge.net/p/wsjt/wsjt/HEAD/tree/[Devel-SVN] diff --git a/doc/user_guide/en/install-linux.adoc b/doc/user_guide/en/install-linux.adoc index 463c66873..b3bb94032 100644 --- a/doc/user_guide/en/install-linux.adoc +++ b/doc/user_guide/en/install-linux.adoc @@ -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}