Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| rpios [2025/06/06 19:26] – assa | rpios [2025/06/06 19:31] (current) – [SDR++] assa | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| Do the following: | Do the following: | ||
| < | < | ||
| + | # Install dependencies | ||
| sudo apt install git cmake libfftw3-dev libglfw3-dev libvolk2-dev libglew-dev portaudio19-dev libzstd1 libzstd-dev libairspyhf-dev libiio-dev libad9361-dev libairspy-dev librtlsdr-dev libcodec2-dev librtaudio-dev libhackrf-dev | sudo apt install git cmake libfftw3-dev libglfw3-dev libvolk2-dev libglew-dev portaudio19-dev libzstd1 libzstd-dev libairspyhf-dev libiio-dev libad9361-dev libairspy-dev librtlsdr-dev libcodec2-dev librtaudio-dev libhackrf-dev | ||
| + | |||
| + | # Download the code | ||
| cd ~/Downloads | cd ~/Downloads | ||
| git clone https:// | git clone https:// | ||
| + | |||
| + | # Build | ||
| cd SDRPlusPlus | cd SDRPlusPlus | ||
| mkdir build | mkdir build | ||
| Line 36: | Line 41: | ||
| cmake .. | cmake .. | ||
| make -j4 | make -j4 | ||
| + | |||
| + | # Install | ||
| sudo make install | sudo make install | ||
| </ | </ | ||
| + | You can now run SDR++ from the applications' | ||
| + | Make sure you're connected to the bluetooth speakers or any other audio device. In SDR++, scroll down to the Sinks tab, make sure the right audio device is selected, and set the bitrate to 44100. | ||