-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kalibrate-rtl has support to mac? #10
Comments
You need to bootstrap it.
You'll probably run into not having glibtoolize and aclocal, which I've installed with brew:
Then you'll want to configure, but you'll probably be missing fftw3. brew, as usual has this:
Now you'll want to I had to modify https://github.com/steve-m/kalibrate-rtl/blob/master/src/Makefile.am#L23 and remove the flag. It'll build fine afterwards and worked for my use, which was determining drift of the R820T tuner. |
The following worked for me:
|
I am getting the following when trying to run
This is on commit f61b9e6 which is the current head of viraptor/kalibrate-rtl/master because it has the MacOS-specific changes in it (merges in b9f95b5). An additional quick test also shows the same errors using aae11c8. |
On further investigation, the error seems to be caused by a misbehavior in Homebrew's libtool 2.4.6 which was corrected in 2.4.6_1. Running However, I then ran into an issue where the current Homebrew-supplied version of librtlsdr (librtlsdr-0.5.3) is incompatible with kalibrate due to steve-m/librtlsdr#29 so at the moment it looks like Mac users have to build librtlsdr from source. |
Hello I'm trying to compile kalibrate-rtl on mac yosemite but when I try to execute the command
make
I get the following problem:I wondering if is posible install kalibrate on mac?
The text was updated successfully, but these errors were encountered: