-
Notifications
You must be signed in to change notification settings - Fork 103
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
Improve documentation for using cargo install in macOS Big Sur #91
Comments
Hello, Thank you for the information, is the overall functionality of the software correctly usable under macOS? If the matter is to update the Regards, |
Since in this machine I already have plenty of packages installed with homebrew and cargo, I cannot for sure say that only installing these packages it's going to work. For example: there's no
Since some compiled packages (like a custom Python on this machine) that were expecting ssl headers needed this to properly find the headers (this "hack" is already on the wild for example in https://devguide.python.org/setup/#macos-and-os-x). When doing If you don't have an Apple hardware to properly test indeed it's hard to put it in an official |
I don't have a lot of build packages floating around since I tend to use Docker for everything.
|
I got this error on
And, This works perfectly for me! |
For anyone that got an error installing songrec with cargo about an incorrect version of libffi:
Set the correct PKG_CONFIG_PATH environment variable. Mine was:
or
Found that solution in this Github issue. |
I got this error when compiling the source code.
this fixed the issue.
|
@kyle-seongwoo-jun solution fixed for me Related to this issue, is there a way to create a application on the dock with a cool icon? I could only create a shortcut on the dock that spawns a terminal that launches songrec. |
How come none of you had to I got this error after
|
There are indications telling to use |
@marin-m thank you. I couldn't understand what the |
DBus is used on native Linux by GLib/GTK+ for keeping the app single-instance, also it is used more directly for interfacing with the MPRIS DBus API which optionally allows SongRec recognition results to be displayed as media originating from a media playet. |
I misunderstood what |
|
brew install atk gtk+3
is needed to correctly compilegdk-sys
.The text was updated successfully, but these errors were encountered: