WSJT-X/doc/user_guide/install-linux.adoc

38 lines
1.1 KiB
Plaintext
Raw Normal View History

// Status=review
* For Debian, Ubuntu, and other Debian-based systems:
** 32-bit: {debian32}
- To install: +sudo dpkg -i wsjtx_{VERSION}_i386.deb+
- Uninstall: +sudo dpkg -P wsjtx+
** 64-bit: {debian64}
- To install: +sudo dpkg -i wsjtx_{VERSION}_amd64.deb+
- Uninstall: +sudo dpkg -P wsjtx+
** You may also need to execute the following commands in a terminal:
* For Ubuntu 15.04 and similar systems:
+
=====
sudo apt-get install libqt5multimedia5-plugins libqt5serialport5
sudo apt-get install libfftw3-single3 libqt5opengl5
=====
* For 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+
** 64-bit: {fedora64}
- To install: +sudo rpm -i wsjtx-{VERSION}-x86_64.rpm+
- Uninstall: +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
=====
* Linux users must install a companion program called *kvasd*.
Instructions for a simple, quick menu-driven installation may be
found {kvasd-installer}.
// Add instructions about ntpd and sound setup ?