Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdrReceive.x #32

Open
gaur-yogesh opened this issue Sep 27, 2022 · 1 comment
Open

sdrReceive.x #32

gaur-yogesh opened this issue Sep 27, 2022 · 1 comment

Comments

@gaur-yogesh
Copy link

Hello, how to install sdrReceive.x in Ubuntu 18?

Thanks.

@righthalfplane
Copy link
Owner

righthalfplane commented Sep 27, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants