bemasher / rtldavis

An rtl-sdr receiver for Davis Instruments weather stations.
GNU General Public License v3.0
23 stars 20 forks source link

build error #5

Closed ghost closed 6 years ago

ghost commented 6 years ago

when i try and build this i get a error how can i fix it?

C:\WINDOWS\system32>go get -v github.com/bemasher/rtldavis
github.com/bemasher/rtldavis/vendor/github.com/jpoirier/gortlsdr
 github.com/bemasher/rtldavis/vendor/github.com/jpoirier/gortlsdr
C:\Users\admin\go\src\github.com\bemasher\rtldavis\vendor\github.com\jpoirier\gortlsdr\exports.go:17:21: fatal error: rtl-sdr.h: No such file or directory
compilation terminated.
bemasher commented 6 years ago

gortlsdr requires access to headers for librtlsdr, you'll need to figure out how to obtain those before it will compile. I can't offer support for building that dependency.