Open tophee opened 5 years ago
Same here on a Pi3B+
I was able to compile it using the workaround mentioned here: https://github.com/antirez/dump1090/issues/142#issuecomment-517997954
In my case, I had to edit the file /usr/lib/arm-linux-gnueabihf/pkgconfig/librtlsdr.pc
Thanks, I shall try that.
Have you also seen this project at https://github.com/merbanan/rtl_433? The TFA klimalogg sensors are not yet supported though.
I was able to compile it using the workaround mentioned here: antirez/dump1090#142 (comment) In my case, I had to edit the file
/usr/lib/arm-linux-gnueabihf/pkgconfig/librtlsdr.pc
On my RPI3 i must edit this file: /usr/local/lib/pkgconfig/librtlsdr.pc to: prefix=/usr exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian Linux version 4.19.97-v7+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1294 SMP Thu Jan 30 13:15:58 GMT 2020
Hi, I succesfully compiled tfrec on an ubuntu 18.04 machine but on my Pi2, I can't get it to work: