Added a reference to dependency installation

This commit is contained in:
Jordan Sherer 2018-11-11 14:58:23 -05:00
parent 43d8986e0a
commit 1be0ee4f4f

View File

@ -50,6 +50,12 @@ require this so normally you can choose not to install libusb-1.0-dev
but if you have a SoftRock USB or similar SDR that uses a custom USB
interface then it is required.
On Debian based systems, install requirements like:
sudo apt install git cmake clang gfortran \
libfftw3-dev git libgfortran3 libusb-1.0-dev autoconf libtool \
texinfo qt5-default qtmultimedia5-dev libqt5multimedia5-plugins libqt5serialport5-dev
The Hamlib library is required. Currently WSJT-X needs to be built
using a forked version of the Hamlib git master. This fork contains
patches not yet accepted by the Hamlib development team which are
@ -413,4 +419,4 @@ $ cmake --build . --target install
73
Bill
G4WJS.
G4WJS.