mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 08:21:17 -05:00
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
|
// Status=review
|
||
|
|
||
|
* For Debian, Ubuntu, and other Debian-based systems:
|
||
|
** 32-bit: {debian32}
|
||
|
- To install: +sudo dpkg -i wsjtx_1.5.0_i386.deb+
|
||
|
- Uninstall: +sudo dpkg -P wsjtx+
|
||
|
** 64-bit: {debian64}
|
||
|
- To install: +sudo dpkg -i wsjtx_1.5.0_amd64.deb+
|
||
|
- Uninstall: +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
|
||
|
|
||
|
* 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-1.5.0_i686.rpm+
|
||
|
- Uninstall: +sudo rpm -e wsjtx+
|
||
|
** 64-bit: {fedora64}
|
||
|
- To install: +sudo rpm -i wsjtx-1.5.0_x86_64.rpm+
|
||
|
- Uninstall: +sudo rpm -e wsjtx+
|
||
|
** You may also need to execute the following commands in a terminal:
|
||
|
|
||
|
sudo rpm 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 ?
|