mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-09 02:26:06 -05:00
1cf8a104a8
Also tring a few minor technical formatting experiments. Added common asciidoc files to dependencies so that modifications cause rebuilds. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5319 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
51 lines
1.3 KiB
Plaintext
51 lines
1.3 KiB
Plaintext
// 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:
|
|
+
|
|
=====
|
|
sudo apt-get install libqt5multimediawidgets5
|
|
|
|
sudo apt-get install libfftw3-single3
|
|
=====
|
|
|
|
** On a 64-bit system also execute:
|
|
+
|
|
=====
|
|
sudo apt-get install libgfortran3:i386
|
|
=====
|
|
|
|
* 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 qt5-qtmultimedia
|
|
|
|
sudo yum install fftw-libs-single
|
|
=====
|
|
|
|
** On a 64-bit system also execute:
|
|
+
|
|
=====
|
|
sudo yum install libgfortran.i686
|
|
=====
|
|
|
|
////
|
|
// 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.
|