We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi.
Whilst in the dump1090 directory I run the "make" command in Terminal ( Debian Testing "stretch" ) which results in the following error:
dump1090.c:46:21: fatal error: 'rtl-sdr.h' file not found
Running sudo apt-get install rtl-sdr returns rtl-sdr is already the newest version (0.5.3-11).
sudo apt-get install rtl-sdr
rtl-sdr is already the newest version (0.5.3-11).
Any suggestions?
Thanks
The text was updated successfully, but these errors were encountered:
make
You probably need librtlsdr-dev package.
Sorry, something went wrong.
That did the trick! Thanks!
No branches or pull requests
Hi.
Whilst in the dump1090 directory I run the "make" command in Terminal ( Debian Testing "stretch" ) which results in the following error:
dump1090.c:46:21: fatal error: 'rtl-sdr.h' file not found
Running
sudo apt-get install rtl-sdr
returnsrtl-sdr is already the newest version (0.5.3-11).
Any suggestions?
Thanks
The text was updated successfully, but these errors were encountered: