Author: andy
Date: 2006-01-04 07:09:11 -0700 (Wed, 04 Jan 2006)
New Revision: 5516
Modified:
trunk/BOOK/general.ent
trunk/BOOK/xsoft/other/gaim.xml
Log:
Added a sentence about libao and a configure switch to compile against NAS-1.7
(thanks Tushar) to the Gaim page
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-01-02 20:22:14 UTC (rev 5515)
+++ trunk/BOOK/general.ent 2006-01-04 14:09:11 UTC (rev 5516)
@@ -1,4 +1,4 @@
-<!ENTITY day "02">
+<!ENTITY day "04">
<!ENTITY month "01">
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
Modified: trunk/BOOK/xsoft/other/gaim.xml
===================================================================
--- trunk/BOOK/xsoft/other/gaim.xml 2006-01-02 20:22:14 UTC (rev 5515)
+++ trunk/BOOK/xsoft/other/gaim.xml 2006-01-04 14:09:11 UTC (rev 5516)
@@ -33,8 +33,8 @@
<sect2 role="package">
<title>Introduction to Gaim</title>
- <para><application>Gaim</application> is an instant messaging client that
can
- connect with a wide range of networks including AIM, ICQ, MSN, Jabber,
+ <para><application>Gaim</application> 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!</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
@@ -71,8 +71,13 @@
<ulink url="ftp://ftp.gnutls.org/pub/gnutls/libtasn1/">libtasn1</ulink>,
<ulink url="http://ftp.gnupg.org/gcrypt/gnutls/">gnutls</ulink>,
<ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>
- <xref linkend="tcl"/>, <xref linkend="tk"/>, <xref
linkend="startup-notification"/>,
- <xref linkend="audiofile"/>, <xref linkend="dbus"/>, <xref
linkend="mitkrb"/>,
+ <xref linkend="tcl"/>,
+ <xref linkend="tk"/>,
+ <xref linkend="startup-notification"/>,
+ <xref linkend="audiofile"/>,
+ <xref linkend="dbus"/>,
+ <xref linkend="mitkrb"/>,
+ <xref linkend="nas"/>,
<xref linkend="doxygen"/> and
<ulink
url="http://www.porchdogsoft.com/products/howl/download.html">Howl</ulink>
@@ -83,19 +88,29 @@
<sect2 role="installation">
<title>Installation of Gaim</title>
- <para>To connect with MSN you will need to compile
<application>Gaim</application>
- with SSL support. For this you will need to have already installed
- <application>libgpg-error</application>,
<application>libgcrypt</application>,
- <application>libtasn1</application> and <application>gnutls</application>
compiled
- in that order. Use of the <application>Mozilla</application> SSL library is
- deprecated.</para>
+ <para>To connect with MSN you will need to compile
+ <application>Gaim</application> with SSL support. For this you will need to
+ have already installed <application>libgpg-error</application>,
+ <application>libgcrypt</application>, <application>libtasn1</application>
+ and <application>gnutls</application> compiled in that order. Use of the
+ <application>Mozilla</application> SSL library is deprecated.</para>
+ <para>To compile <application>Gaim</application> with audio support, first
+ install <xref linkend="libao"/>.</para>
+
<para>Install <application>Gaim</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &&
make</userinput></screen>
+ <para>If you want to compile <application>Gaim</application> with support
+ for <xref linkend="nas"/>, configure it like this:</para>
+
+<screen><userinput>CPPFLAGS="-I/usr/X11R6/include" ./configure --prefix=/usr \
+ --enable-nas &&
+make</userinput></screen>
+
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
@@ -104,6 +119,15 @@
</sect2>
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para><command>CPPFLAGS=...--enable-nas</command>:<xref linkend="nas"/>
+ Use this switch if you want to compile <application>Gaim</application>
+ with <xref linkend="nas"/> support.</para>
+
+ </sect2>
+
<sect2 role="content">
<title>Contents</title>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page