Open gaur-yogesh opened 2 years ago
First, You install SdrGlut -
How to Install SdrGlut on Ubuntu 18.04 (a software defined radio) https://youtu.be/LVpo78ubRiI
and then build sdrReceive.x -
cd SdrGlut cd sdrReceive make -f makefileUbuntu -j 8 ./sdrReceive.x -h ./sdrReceive.x -f 101.5 -fm
With uBuntu 22.04 the install of rtaudio has simplified to
sudo apt-get install librtaudio-dev
perhaps Ubuntu 18 has been updated now - give it a try.
Hello, how to install sdrReceive.x in Ubuntu 18?
Thanks.