在构建一个库(Webdriver)的过程中,我收到以下错误:
Package ibus-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `ibus-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'ibus-1.0' found
Run Code Online (Sandbox Code Playgroud)
似乎是因为 Webdriver 源代码中的以下行:
pkg-config ibus-1.0 --libs
Run Code Online (Sandbox Code Playgroud)
当我运行它时会产生相同的输出。
所以我ibus
使用其网站上的安装说明进行安装:
sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4
Run Code Online (Sandbox Code Playgroud)
但是在调用pkg-config ibus-1.0 --libs
. 我应该安装 ibus 1.0 来构建那个库吗?如果是,我在哪里可以找到它?ibus 的下载列表中似乎没有它?
我的操作系统是 Ubuntu 13.04