当我安装应用程序(libvirt-sandbox-0.1.2)时,我收到了以下消息:
configure: error: Package requirements (gio-unix-2.0 >= 2.28.0) were not met:
No package 'gio-unix-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GIO_UNIX_CFLAGS
and GIO_UNIX_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.如何安装这个库?
发布于 2013-04-16 11:02:25
如果我没弄错的话,GIO是口齿不清的人。由于您似乎希望编译依赖于in的软件,所以我想您应该安装libglib2.0dev
sudo apt-get install libglib2.0-devhttps://askubuntu.com/questions/281984
复制相似问题