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.
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.
when i try and build this i get a error how can i fix it?