Build gr-osmosdr on Raspberry Pi 5

Introduction

This package adds libraries for software defined receivers (SDR) in gnuradio. I came across this when trying to get gqrx installed on a Raspberry Pi 5.

Building this was fairly straight forward, luckily. The GitHub page had up to date instructions.

(ref: https://github.com/Nuand/gr-osmosdr)

Building With CMake

cd ~/Downloads
git clone git://git.osmocom.org/gr-osmosdr
cd gr-osmosdr/
mkdir build
cd build/
cmake ../
make
sudo make install
sudo ldconfig

Leave a Reply

Your email address will not be published. Required fields are marked *