antirez / dump1090

Dump1090 is a simple Mode S decoder for RTLSDR devices
2.43k stars 1.33k forks source link

Include file "rtl-sdr.h" not found #175

Closed mok0 closed 8 months ago

mok0 commented 1 year ago

When I clone the git repo, and type "make" I get an error from the compiler that include file "rtl-sdr.h" is not found.

Obviously there is a missing package, but I have not yet found out where it comes from.

mok0 commented 1 year ago

So, it seems on Debian derived systems you need to install librtlsdr-dev.

Perhaps that should be made clear from the installation instructions that this package is a requirement for building dump1090.

alexmyczko commented 1 year ago

@mok0 it's so obvious, you figured within 5 minutes. i'm sure others will do similar.

iwelch commented 11 months ago

please mention what it depends on on the page anyway. the cost of doing so is minimal. if nothing else, it gets you not to have to look at issues.

yuvadm commented 8 months ago

@iwelch feel free to open a PR clarfying the prerequisites.