configure: error: *** GTK >= 2.4.0 not installed! ***

小贴士:

对于tar.gz的安装
首先安装编译环境:
 sudo apt-get install build-essential 
然后
cd (tar.gz包所在的目录)
tar -xzvf (tar.gz全称)
cd (解压后的文件目录)
./configure
make
make install
 
如果出现错误
configure: error: *** GLIB >= 2.4.0 not installed! ***
configure: error: *** GTK >= 2.4.0 not installed! ***
类似这种
安装
apt-get install git-core
git clone git://git.gnome.org/gtk+
git clone git://git.gnome.org/glib
 
或者在新立得软件包管理器搜索一下libglib2.0-dev, libgtk2.0-dev安装
安装后提示GTK+还是没找到
用“新立得软件包管理器”,安装“libgtk2.0-dev”
提示openssl找不到
检查是否已安装openssl:
 sudo apt-get install openssl

如果已安装执行以下操作:
sudo apt-get install libssl-dev 
sudo apt-get install libssl0.9.8

linux

你可能感兴趣的:(configure: error: *** GTK >= 2.4.0 not installed! ***)