我想在 Ubuntu 11.04 中构建 Empathy。当我遵循构建过程时,
./autogen.sh
Run Code Online (Sandbox Code Playgroud)
贝壳对我说
libtoolize: copying file `m4/lt~obsolete.m4'
checking for autoconf >= 2.53...
testing autoconf2.50... not found.
testing autoconf... found 2.67
checking for automake >= 1.9...
testing automake-1.11... found 1.11.1
checking for libtool >= 1.5...
testing libtoolize... found 2.2.6b
checking for glib-gettext >= 2.2.0...
testing glib-gettextize... not found.
***Error***: You must have glib-gettext >= 2.2.0 installed
to build Empathy. Download the appropriate package for
from your distribution or get the source tarball at
ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.0.tar.gz
Run Code Online (Sandbox Code Playgroud)
但是当我找不到安装 glib 的方法时。我应该怎么做才能在 ubuntu 11 中安装它?
bin*_*inW 98
对于 glib-gettext,您需要libglib2.0-dev。你可以安装它
sudo apt-get install libglib2.0-dev
Run Code Online (Sandbox Code Playgroud)
小智 11
您还需要安装 libgtk2.0-dev 才能完全安装 glib(glib 是 libgtk2.0-dev 的一部分)
sudo apt-get install libgtk2.0-dev
Run Code Online (Sandbox Code Playgroud)
有关更多说明,请参阅此链接: 安装 gtk 和 glib
归档时间: |
|
查看次数: |
209696 次 |
最近记录: |