arkq / cmusfm

Last.fm standalone scrobbler for the cmus music player
GNU General Public License v3.0
234 stars 5 forks source link

pkg-config is required #24

Closed zjquid closed 4 years ago

zjquid commented 5 years ago

(macos) I've installed pkg-config using homebrew, but when running ../configure --enable-libnotify it returns with a long list of "checking" processes and finally "configure: error: pkg-config is required. See pkg-config.freedesktop.org". How do I make my computer know I've installed pkg-config? I'm extremely new to this, I'm sorry if this is a waste of time. Google has yielded no helpful results

adelbordbari commented 4 years ago

try libnotify-dev

arkq commented 4 years ago

If anyone stumbles upon this issue, here is the answer. The pkg-config has to be installed BEFORE running autoreconf --install. If you've instilled it after that, you have to rerun autoreconf.