From 7cc481c55bd065e42d43cdcd2cd9887eca598af9 Mon Sep 17 00:00:00 2001 From: Andrew Benton Date: Wed, 4 Jan 2006 14:09:11 +0000 Subject: [PATCH] Added a sentence about libao and a configure switch to compile against NAS-1.7 (thanks Tushar) to the Gaim page git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5516 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- xsoft/other/gaim.xml | 44 ++++++++++++++++++++++++++++++++++---------- 2 files changed, 35 insertions(+), 11 deletions(-) diff --git a/general.ent b/general.ent index 39273a6ab1..5d7c295b81 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ - + diff --git a/xsoft/other/gaim.xml b/xsoft/other/gaim.xml index 607910dd0c..5be3bcf0c2 100644 --- a/xsoft/other/gaim.xml +++ b/xsoft/other/gaim.xml @@ -33,8 +33,8 @@ Introduction to Gaim - Gaim is an instant messaging client that can - connect with a wide range of networks including AIM, ICQ, MSN, Jabber, + Gaim is an instant messaging client that + can connect with a wide range of networks including AIM, ICQ, MSN, Jabber, IRC, Napster, Gadu-Gadu, Zephyr and Yahoo! Package Information @@ -71,8 +71,13 @@ libtasn1, gnutls, Gtkspell - , , , - , , , + , + , + , + , + , + , + , and Howl @@ -83,12 +88,15 @@ Installation of Gaim - To connect with MSN you will need to compile Gaim - with SSL support. For this you will need to have already installed - libgpg-error, libgcrypt, - libtasn1 and gnutls compiled - in that order. Use of the Mozilla SSL library is - deprecated. + To connect with MSN you will need to compile + Gaim with SSL support. For this you will need to + have already installed libgpg-error, + libgcrypt, libtasn1 + and gnutls compiled in that order. Use of the + Mozilla SSL library is deprecated. + + To compile Gaim with audio support, first + install . Install Gaim by running the following commands: @@ -96,6 +104,13 @@ ./configure --prefix=/usr && make + If you want to compile Gaim with support + for , configure it like this: + +CPPFLAGS="-I/usr/X11R6/include" ./configure --prefix=/usr \ + --enable-nas && +make + To test the results, issue: make check. Now, as the root user: @@ -104,6 +119,15 @@ make + + Command Explanations + + CPPFLAGS=...--enable-nas: + Use this switch if you want to compile Gaim + with support. + + + Contents