Replies: 1 comment 6 replies
-
You need to install rtl-sdr pkgconfig files or have the includes in /usr/include or /usr/local/include. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build rtl_433 on a (old) Pi model B running Raspian 7 (wheezy). rtl-sdr is not available on the repos, so I'm compiling both from source. I managed to compile rtl-sdr (instructions here: https://osmocom.org/projects/rtl-sdr/wiki/Rtl-sdr) and got rtl_test running as expected, however when I trying to compile rtl_433, I get the following message:
"CMake Error at CMakeLists.txt:223 (message):
RTL-SDR development files not found."
Assuming the DEV files for rtl-sdr have been installed when compiling (not sure how I check this), is there something I need to pass to rtl_433??
Beta Was this translation helpful? Give feedback.
All reactions