I installed wsjt-x from source on a fresh bullseye os install today. Here are my notes. wasn't much trouble.
I downloaded the source tar ball from the Princeton physics site.
I then installed these dependencies, all available through apt-get.
cmake, asciidoc, texinfo, qtmultimedia5-dev, libqt5serialport5-dev,?
qttools5-dev, qttools5-dev-tools, libboost-all-dev, libfftw3-dev,?
libreadline-dev, libusb-1.0-0-dev, libudev-dev, portaudio19-dev.? ?
? ?
Then I did the following
?
? ? $ mkdir build
? ? $ cd build
? ? $ cmake -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF ..
? ? $ cmake --build .
? ? $ sudo cmake --build . --target install
?
program loads fine. I haven't as yet tested all functions.