WSJT-X 2.1.2 Debian Linux compile from source
download source from http://physics.princeton.edu/pulsar/K1JT/wsjtx-2.1.2.tgz
tar xzf wsjtx-version
cd wsjtx-version
mkdir build
cd build
./configure
make
make install
if dependency errors occurs :
sudo apt-get install texinfo gfortran qt5-default qttools5-dev asciidoctor asciidoc qtmultimedia5-dev libqt5serialport5 libqt5serialport5-dev
apt-get install libqt5multimedia5 (* maybe not necessary, test without first *)
cmake --build . --target install
note errors reported, normally dependencies, and go solving one by one (final error changes to next to solve)
tested on Debian 4.9 x86_64 GNU/Linux