QtSoundModem is port from UZ7HO’s SoundModem.
first of all. to build QtSoundModem we need all the ingredients to build our QtSoundmodem.
sudo apt update sudo apt install qt5-default sudo apt install libqt5serialport5 sudo apt install libqt5serialport5-dev libfftw3-dev libpulse-dev
clone QtSM from here:
git clone git://vps1.g8bpq.net/QtSM
move to QtSM directory, run qmake, make
cd QtSM qmake make
copy/move QtSoundModem binarry to directory as you wish, in my case i have linbpq folder so i moved the binary there.
anyway before moving to directory you specified you need to backup old QtSoundModem. i think it’s best using verion as suffix.
example QtSoundModem.72, then you can copy.
cp -f QtSoundModem ~/linbpq/
you can run QtSoundModem in X-windows environment or console.
mines is running in x-windows, i love seeing the waterfalls.
that’s all
73