Loading...

Ubuntu 下编译安装 Pidgin 2.1.1

Pidgin LogoPidgin Text Logo

编译安装 Pidgin 的步骤

1. 下载 Pidgin 的源代码包 pidgin-2.1.1.tar.bz2 (官方最新的版本)。
wget http://jaist.dl.sourceforge.net/sourceforge/pidgin/pidgin-2.1.1.tar.bz2

2. 安装编译 Pidgin 所需的依赖:
sudo apt-get install libgtk2.0-dev libxml2-dev gettext libnss-dev libnspr-dev

3. 解压源代码包
tar jxvf pidgin-2.1.1.tar.bz2
cd pidgin-2.1.1

4. 编译
./configure (建议使用 –help 查询需要用到的参数)
make
sudo make install

如果在 ./configure 这一步出现错误

错误一:
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

错误二:
configure: error:

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

错误三:
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

3Comment(s). Blabla or Trackback

  • MaYa at 12:32 Sep 01, 2007 

    没自己编译过软件.

  • 北极冰仔 at 14:52 Sep 01, 2007 

    有些软件还没有 dev 的时候只好自己编译了。

  • jinshan at 20:47 Nov 27, 2007 

    sudo apt-get install libgtk2.0-dev libxml2-dev gettext libnss3-dev libnspr4-dev

Blabla ↓

Connecting to server...

1Pingbacks & Trackbacks