我使用的是Linux Mint 17.1 Rebecca,我尝试从这里描述的源代码构建Atom : GitHub/atom/linux
我在最后一步出错了。下面是输出(我哪里弄错了):
darko@darko-Lenovo-G570 ~/Downloads/atom $ script/build
Node: v0.10.33 npm: v1.4.28 Installing build modules...
Installing apm...
Package gnome-keyring-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnome-keyring-1.pc' to the
PKG_CONFIG_PATH environment variable ...我想我错过了GNOME Keyring的开发头文件。但我不知道如何安装它们。
发布于 2016-05-31 15:45:54
sudo apt-get install libgnome-keyring-dev
https://stackoverflow.com/questions/33708702
复制相似问题