个人工具

UbuntuHelp:Gaim 2 0 Beta 3 Quick Install

来自Ubuntu中文

跳转至: 导航, 搜索

This page is now obsolete. It should be deleted as an unnecessary duplicate of Install Pidgin 2.0.

Gaim 2.0 Beta 3 Quick Install

Quick Install on 6.06 LTS

This is a quick setup guide to install Gaim 2.0 Beta 3 on a fresh 6.06 LTS system.

Quick Summary

  1. Enable Multiverse and Universe repositories
  2. Download source package (.gz) from Sourceforge and extract package.
  3. Install packages required to compile
  4. Use ./configure to setup, make to compile, and either makeinstall or checkinstall+.deb istallation to install fully
  5. Lock version to keep update manager from wanting to revert to 1.xx

Alternatively you can use a premade Gaim2.0 Beta 3 Debian package by add these two lines to your sources list.

deb http://people.ubuntu.com/~seb128/deb ./
deb-src http://people.ubuntu.com/~seb128/deb ./

Quick Code

For Base install and support for MSN, audio, spellcheck and help documentation
wget http://superb-east.dl.sourceforge.net/sourceforge/gaim/gaim-2.0.0beta3.tar.gz
sudo tar zxvf gaim-2.0.0beta3.tar.gz
sudo apt-get install make g++ libglib2.0-dev checkinstall doxygen libgnutls-dev libao-dev libaudiofile-dev libgtkspell-dev
cd ./gaim-2.0.0beta3
sudo ./configure
sudo make
sudo checkinstall

Locking version

Open Synaptic Package manager

  1. Find Installed Gaim Package
  2. Goto Package->Lock Version

Now Synaptic and Update Manager will not bug you about current 1.x build being 'newer' than beta 3.

Package Information

Packages required for Base Gaim compilation

  • make
  • g++
  • libxml-parser-perl
  • libglib2.0-dev
  • checkinstall (optional)

Packages for Help and other document Support

  • doxygen

Packages for MSN/SSL Support

  • libgnutls-dev

note: this is a single "quick" package to use, other ssl support packages exist and can be used instead. Openssl is not supported due to licensing issues with gaim.

Packages for Audio Support

  • libao-dev
  • libaudiofile-dev

Packages for Spellcheck Support

  • libgtkspell-dev