You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install libspotify (running brew install homebrew/binary/libspotify). I get the following Error: homebrew/binary was deprecated. This tap is now empty as all its formulae were migrated.
I tried running brew install libspotify and I get : Error: No available formula with the name "libspotify".
First I want to ask you if this repo was deprecated ?
After manually installing libspotify, I get this error : build/temp.macosx-10.13-intel-2.7/spotify._spotify.c:492:10: fatal error: 'libspotify/api.h' file not found
I tried different ways to link the framework to the usr/local/opt folder, but can't get it working...
Max
The text was updated successfully, but these errors were encountered:
karolsenami
changed the title
No available formula with the name "libspotify" - Deprecated ?
Installing "libspotify" - Deprecated ?
Feb 26, 2018
karolsenami
changed the title
Installing "libspotify" - Deprecated ?
Installing "libspotify" doesn't work - Deprecated ?
Feb 26, 2018
I could only help you for debian systems, however possibly not for MacOS. For a Debian system I installed mopidy's libspotify-deb
Maybe you find something likewise for MacOS
I could only help you for debian systems, however possibly not for MacOS. For a Debian system I installed mopidy's libspotify-deb
Maybe you find something likewise for MacOS
sorry for the late response, but easily you could install with brew install mopidy/mopidy/libspotify
When trying to install libspotify (running
brew install homebrew/binary/libspotify
). I get the followingError: homebrew/binary was deprecated. This tap is now empty as all its formulae were migrated.
I tried running
brew install libspotify
and I get :Error: No available formula with the name "libspotify"
.First I want to ask you if this repo was deprecated ?
After manually installing libspotify, I get this error :
build/temp.macosx-10.13-intel-2.7/spotify._spotify.c:492:10: fatal error: 'libspotify/api.h' file not found
I tried different ways to link the framework to the
usr/local/opt
folder, but can't get it working...Max
The text was updated successfully, but these errors were encountered: