-
今天,安装Pidgin2410.tar.gz
使用到了很多的这个 ./configure 命令,接二连三地打击我,一直configure不过去!
费了老鼻子力气才找出第一个错误的解决办法,后面的同理,全部解决!!!依次error如下(下面为解决命令):
error No1:
The msgfmt command is required to build libpurple. If it is installed on your system, ensure that it is in your path. If it is not, install GNU gettext to continue.
sudo apt-get install gettext
error No2:
You must have the GLib 2.0 development headers installed to build.sudo apt-get install libglib2.0-dev
error No3:You must have the GTK+ 2.0 development headers installed to compile Pidgin.
sudo apt-get install libgtk2.0-deverror No4:
You must have libxml2 >= 2.6.0 development headers installed to build.
sudo apt-get install libxml2-dev
综上:如果有人来装Pidgin,一个命令就解决所有依赖!!
sudo apt-get install libgtk2.0-dev libxml2-dev gettext libglib2.0-dev终于装完这些依赖之后,
./configure 通过!!
sudo make 通过!!
最后
sudo makeinstall 通过!!
至此,Pidgin 安装成功 :)
我这一天都是在找那第一个了~~~
sigh ~~
ubuntu,想说爱你不容易







