注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 linux服务器被黑了
 帮助

linux下安装编译pidgin


2008-03-04 12:17:56
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://fsjoy.blog.51cto.com/318484/64082
pidgin.im/download 下载源码包pidgin-*.tar.bz2

sudo apt-get install libgtk2.0-dev libxml2-dev gettext libnss-dev libnspr-dev

 tar jxvf pidgin-*.tar.bz2
cd pidgin-*
编译
./configure (建议使用 –help 查询需要用到的参数)
make
sudo make install

./configure 这一步可能出现的错误
1:
configure: error:
You must have the GTK+ 2.0 development headers installed to compile Pidgin.
If you only want to build Finch then specify –disable-gtkui when running configure.
 
sudo apt-get install libgtk2.0-dev

2:
configure: error:
You must have libxml2 >= 2.6.0 development headers installed to build.
 
sudo apt-get install libxml2-dev

3
configure: error:
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

使用 GTalk 或 MSN 时出现错误

SSL Library/Libraries……… : None (MSN and Google Talk will not work
without SSL!)
 
sudo apt-get install libnss-dev libnspr-dev

安装拼写检查功能:
sudo apt-get install libgtkspell-dev

本文出自 “李骥平” 博客,请务必保留此出处http://fsjoy.blog.51cto.com/318484/64082





    文章评论
 
2008-03-04 13:02:53
不错的东东

2008-03-08 10:38:59
直接ubuntu自带了pidgin了啊。虽然版本稍微低了点。

 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: