2015-05-27 19:50:08 -04:00
|
|
|
// Status=review
|
|
|
|
|
2015-05-29 10:20:06 -04:00
|
|
|
Debian, Ubuntu, and other Debian-based systems:
|
|
|
|
|
|
|
|
* 32-bit: {debian32}
|
2015-05-27 21:50:34 -04:00
|
|
|
- To install: +sudo dpkg -i wsjtx_{VERSION}_i386.deb+
|
2015-05-27 19:50:08 -04:00
|
|
|
- Uninstall: +sudo dpkg -P wsjtx+
|
2015-05-29 10:20:06 -04:00
|
|
|
* 64-bit: {debian64}
|
2015-05-27 21:50:34 -04:00
|
|
|
- To install: +sudo dpkg -i wsjtx_{VERSION}_amd64.deb+
|
2015-05-27 19:50:08 -04:00
|
|
|
- Uninstall: +sudo dpkg -P wsjtx+
|
2015-05-29 10:20:06 -04:00
|
|
|
|
|
|
|
You may also need to execute the following commands in a terminal:
|
2015-05-27 19:50:08 -04:00
|
|
|
|
2015-05-28 10:36:41 -04:00
|
|
|
sudo apt-get install libqt5multimedia5-plugins libqt5serialport5
|
|
|
|
sudo apt-get install libfftw3-single3
|
|
|
|
|
2015-05-29 10:20:06 -04:00
|
|
|
For Ubuntu 15.04 and similar systems, the above and also
|
|
|
|
|
|
|
|
sudo apt-get install libqt5opengl5
|
2015-05-27 19:50:08 -04:00
|
|
|
|
2015-05-29 10:20:06 -04:00
|
|
|
Fedora, Red Hat, and other rpm-based systems:
|
2015-05-27 19:50:08 -04:00
|
|
|
|
2015-05-29 10:20:06 -04:00
|
|
|
* 32-bit: {fedora32}
|
2015-05-27 21:50:34 -04:00
|
|
|
- To install: +sudo rpm -i wsjtx-{VERSION}-i686.rpm+
|
2015-05-27 19:50:08 -04:00
|
|
|
- Uninstall: +sudo rpm -e wsjtx+
|
2015-05-29 10:20:06 -04:00
|
|
|
* 64-bit: {fedora64}
|
2015-05-27 21:50:34 -04:00
|
|
|
- To install: +sudo rpm -i wsjtx-{VERSION}-x86_64.rpm+
|
2015-05-27 19:50:08 -04:00
|
|
|
- Uninstall: +sudo rpm -e wsjtx+
|
2015-05-29 10:20:06 -04:00
|
|
|
|
|
|
|
You may also need to execute the following commands in a terminal:
|
2015-05-27 19:50:08 -04:00
|
|
|
|
2015-05-28 10:36:41 -04:00
|
|
|
sudo yum install fftw-libs-single qt5-qtmultimedia qt5-qtserialport
|
|
|
|
|
2015-05-29 01:29:40 -04:00
|
|
|
.KVASD Installation
|
2015-05-29 10:20:06 -04:00
|
|
|
|
|
|
|
All Linux users must install a companion program called +kvasd+, an
|
|
|
|
implementation of the the Koetter-Vardy algebraic soft-decision
|
|
|
|
decoder for the Reed Solomon (63,12) code. Users of Ubuntu and other
|
2015-11-15 19:11:40 -05:00
|
|
|
Debian-based systems can install +kvasd+ by executing the following
|
2015-05-29 10:20:06 -04:00
|
|
|
commands in a terminal:
|
|
|
|
|
|
|
|
sudo add-apt-repository ppa:ki7mt/kvasd-installer
|
|
|
|
sudo apt-get update
|
|
|
|
sudo apt-get install kvasd-installer
|
|
|
|
kvasd-installer
|
|
|
|
|
|
|
|
The final screen of the installer should include the line
|
|
|
|
|
|
|
|
KVASD version 1.12 -- Decode test *** PASSED ***
|
|
|
|
|
|
|
|
which should also be displayed if the command
|
|
|
|
|
|
|
|
kvasd -v
|
|
|
|
|
|
|
|
is executed after installation is complete.
|
|
|
|
|
|
|
|
You can install +kvasd+ on most Linux systems (including ARM-based
|
|
|
|
systems) by downloading, unpacking, and executing the simple tools
|
|
|
|
packaged in the +kvasd-installer+ script. Your system will need the
|
|
|
|
following standard tools already installed:
|
|
|
|
|
|
|
|
autoconf awk bash dialog libgfortran svn
|
|
|
|
|
2015-11-15 19:11:40 -05:00
|
|
|
Download the {kvasd_installer} tarfile to a convenient directory, then
|
2015-05-29 10:20:06 -04:00
|
|
|
execute the following commands in a terminal there:
|
|
|
|
|
|
|
|
tar xzf kvasd-installer-1.12.14.tar.gz
|
|
|
|
cd kvasd-installer-1.12.14
|
|
|
|
./autogen.sh
|
|
|
|
sudo make install
|
|
|
|
kvasd-installer
|
|
|
|
|
|
|
|
As described above, the final screen of the installer should include
|
|
|
|
the line
|
|
|
|
|
|
|
|
KVASD version 1.12 -- Decode test *** PASSED ***
|
|
|
|
|
|
|
|
|
2015-05-27 19:50:08 -04:00
|
|
|
|