This document will guide you through installing SDR applications on one of the
OS platforms from this page
This installation will not work without one these basic OS installations.
RtAudio must be installed prior to this
installation.
Note that SoapySDR is deprecated in current versions.
sudo apt install libglfw3-dev libglew-dev portaudio19-dev libzstd1 libzstd-dev libairspyhf-dev libiio-dev libad9361-dev libairspy-dev librtlsdr-dev libcodec2-dev
cd ~/ git clone https://github.com/AlexandreRouma/SDRPlusPlus.git cd SDRPlusPlus mkdir build cd build cmake .. -DOPT_BUILD_SDRPLAY_SOURCE:BOOL=ON -DOPT_BUILD_NEW_PORTAUDIO_SINK:BOOL=ON -DOPT_BUILD_M17_DECODER:BOOL=ON make -j4 sudo make install sudo ldconfig
sdrpp