2015-04-28 14:37:50 -04:00
// Status=review
* For Debian, Ubuntu, and other Debian-based systems:
** 32-bit: {debian32}
2015-04-28 18:33:32 -04:00
- To install: +sudo dpkg -i wsjtx_{VERSION}_i386.deb+
2015-04-28 14:37:50 -04:00
- Uninstall: +sudo dpkg -P wsjtx+
** 64-bit: {debian64}
2015-04-28 18:33:32 -04:00
- To install: +sudo dpkg -i wsjtx_{VERSION}_amd64.deb+
2015-04-28 14:37:50 -04:00
- Uninstall: +sudo dpkg -P wsjtx+
** You may also need to execute the following commands in a terminal:
2015-04-28 18:33:32 -04:00
+
=====
sudo apt-get install libqt5multimediawidgets5
2015-04-28 14:37:50 -04:00
2015-04-28 18:33:32 -04:00
sudo apt-get install libfftw3-single3
=====
2015-04-28 14:37:50 -04:00
** On a 64-bit system also execute:
2015-04-28 18:33:32 -04:00
+
=====
sudo apt-get install libgfortran3:i386
=====
2015-04-28 14:37:50 -04:00
* For Fedora, Red Hat, and other rpm-based systems:
** 32-bit: {fedora32}
2015-04-28 18:33:32 -04:00
- To install: +sudo rpm -i wsjtx-{VERSION}-i686.rpm+
2015-04-28 14:37:50 -04:00
- Uninstall: +sudo rpm -e wsjtx+
** 64-bit: {fedora64}
2015-04-28 18:33:32 -04:00
- To install: +sudo rpm -i wsjtx-{VERSION}-x86_64.rpm+
2015-04-28 14:37:50 -04:00
- Uninstall: +sudo rpm -e wsjtx+
** You may also need to execute the following commands in a terminal:
2015-04-28 18:33:32 -04:00
+
=====
sudo yum install qt5-qtmultimedia
2015-04-28 14:37:50 -04:00
2015-04-28 18:33:32 -04:00
sudo yum install fftw-libs-single
=====
2015-04-28 14:37:50 -04:00
** On a 64-bit system also execute:
2015-04-28 18:33:32 -04:00
+
=====
sudo yum install libgfortran.i686
=====
2015-04-28 14:37:50 -04:00
////
// Move to FAQ section?
- Should you choose to use the integrated logger, you can locate your logs, and other writeable files, using the following path: +$HOME/.local/share/WSJT-X+
////
// Add instructions about ntpd and sound setup.