This document will guide you through installing SDR applications on the platform built in
the document: Installing drivers and support for the SDRplay RSP1A on a Raspberry Pi
and depends on that installation. RtAudio must be installed prior to this
installation.
Note that SoapySDR is depricated 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
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