mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-08-14 23:43:44 -04:00
Add PDF generation to docs target
Cleaned up some syntax anomolies because of the switch to asciidoctor. Minor text tweaks to improve PDF pagination. Reduced HTML master font size to 80% for better web rendering. Removed references to KVASD from User Guide. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6142 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
@@ -3,77 +3,63 @@
|
||||
Debian, Ubuntu, and other Debian-based systems:
|
||||
|
||||
* 32-bit: {debian32}
|
||||
- To install: +sudo dpkg -i wsjtx_{VERSION}_i386.deb+
|
||||
- Uninstall: +sudo dpkg -P wsjtx+
|
||||
- To install:
|
||||
+
|
||||
[example]
|
||||
sudo dpkg -i wsjtx_{VERSION}_i386.deb
|
||||
|
||||
- Uninstall:
|
||||
+
|
||||
[example]
|
||||
sudo dpkg -P wsjtx
|
||||
|
||||
* 64-bit: {debian64}
|
||||
- To install: +sudo dpkg -i wsjtx_{VERSION}_amd64.deb+
|
||||
- Uninstall: +sudo dpkg -P wsjtx+
|
||||
- To install:
|
||||
+
|
||||
[example]
|
||||
sudo dpkg -i wsjtx_{VERSION}_amd64.deb
|
||||
|
||||
- Uninstall:
|
||||
+
|
||||
[example]
|
||||
sudo dpkg -P wsjtx
|
||||
|
||||
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
|
||||
[example]
|
||||
sudo apt-get install libqt5multimedia5-plugins libqt5serialport5
|
||||
sudo apt-get install libfftw3-single3
|
||||
|
||||
For Ubuntu 15.04 and similar systems, the above and also
|
||||
|
||||
sudo apt-get install libqt5opengl5
|
||||
[example]
|
||||
sudo apt-get install libqt5opengl5
|
||||
|
||||
Fedora, Red Hat, and other rpm-based systems:
|
||||
|
||||
* 32-bit: {fedora32}
|
||||
- To install: +sudo rpm -i wsjtx-{VERSION}-i686.rpm+
|
||||
- Uninstall: +sudo rpm -e wsjtx+
|
||||
- To install:
|
||||
+
|
||||
[example]
|
||||
sudo rpm -i wsjtx-{VERSION}-i686.rpm
|
||||
|
||||
- Uninstall:
|
||||
+
|
||||
[example]
|
||||
sudo rpm -e wsjtx
|
||||
|
||||
* 64-bit: {fedora64}
|
||||
- To install: +sudo rpm -i wsjtx-{VERSION}-x86_64.rpm+
|
||||
- Uninstall: +sudo rpm -e wsjtx+
|
||||
- To install:
|
||||
+
|
||||
[example]
|
||||
sudo rpm -i wsjtx-{VERSION}-x86_64.rpm
|
||||
|
||||
- Uninstall:
|
||||
+
|
||||
[example]
|
||||
sudo rpm -e wsjtx
|
||||
|
||||
You may also need to execute the following commands in a terminal:
|
||||
|
||||
sudo yum install fftw-libs-single qt5-qtmultimedia qt5-qtserialport
|
||||
|
||||
.KVASD Installation
|
||||
|
||||
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
|
||||
Debian-based systems can install +kvasd+ by executing the following
|
||||
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
|
||||
|
||||
Download the {kvasd_installer} tarfile to a convenient directory, then
|
||||
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 ***
|
||||
|
||||
|
||||
|
||||
[example]
|
||||
sudo yum install fftw-libs-single qt5-qtmultimedia qt5-qtserialport
|
||||
|
||||
Reference in New Issue
Block a user