个人工具

“UbuntuHelp:Gaim 2 0 Beta 3 Quick Install”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/Gaim_2%2e0_Beta_3_Quick_Install}} {{Languages|UbuntuHelp:Gaim_2%2e0_Beta_3_Quick_Install}} '''This page is now obsolete. It should be deleted as ...)
 
 
第6行: 第6行:
 
This is a quick setup guide to install Gaim 2.0 Beta 3 on a fresh 6.06 LTS system.
 
This is a quick setup guide to install Gaim 2.0 Beta 3 on a fresh 6.06 LTS system.
 
==== Quick Summary ====
 
==== Quick Summary ====
# Enable Multiverse and Universe repositories
+
<ol><li>Enable Multiverse and Universe repositories
# Download source package (.gz) from Sourceforge and extract package.
+
</li><li>Download source package (.gz) from Sourceforge and extract package.
# Install packages required to compile
+
</li><li>Install packages required to compile
# Use ./configure to setup, make to compile, and either makeinstall or checkinstall+.deb istallation to install fully
+
</li><li>Use ./configure to setup, make to compile, and either makeinstall or checkinstall+.deb istallation to install fully
# Lock version to keep update manager from wanting to revert to 1.xx
+
</li><li>Lock version to keep update manager from wanting to revert to 1.xx</li></ol>
 +
 
 
Alternatively you can use a premade Gaim2.0 Beta 3 Debian package by add these two lines to your sources list.
 
Alternatively you can use a premade Gaim2.0 Beta 3 Debian package by add these two lines to your sources list.
 
<pre><nowiki>deb http://people.ubuntu.com/~seb128/deb ./
 
<pre><nowiki>deb http://people.ubuntu.com/~seb128/deb ./
第27行: 第28行:
 
==== Locking version ====
 
==== Locking version ====
 
Open Synaptic Package manager
 
Open Synaptic Package manager
# Find Installed Gaim Package
+
<ol><li>Find Installed Gaim Package
# Goto Package->Lock Version
+
</li><li>Goto Package->Lock Version</li></ol>
 +
 
 
Now Synaptic and Update Manager will not bug you about current 1.x build being 'newer' than beta 3.
 
Now Synaptic and Update Manager will not bug you about current 1.x build being 'newer' than beta 3.
 
=== Package Information ===
 
=== Package Information ===

2007年12月6日 (四) 15:20的最新版本

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