【发布时间】:2012-02-02 23:48:40
【问题描述】:
我刚刚为 mac 下载了 libspotify,我正在尝试查看示例,但在 Make-ing 时,我得到以下信息:
for a in jukebox spshell; do make -C $a all; done
/bin/sh: pkg-config: command not found
Failed to find libspotify using pkg-config(1)
make[1]: *** [check-libspotify] Error 1
/bin/sh: pkg-config: command not found
Failed to find libspotify using pkg-config(1)
make[1]: *** [check-libspotify] Error 1
make: *** [all] Error 2
网站上的文档看起来很简单,我没有看到任何可以解决我遇到的问题的东西。有没有人在 Mac 上使用过这个 API。
【问题讨论】: