Text cleanup on the Gaim page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6101 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2006-05-17 19:14:14 +00:00
parent 068bb16f81
commit 79a1f36cc3

View File

@ -79,7 +79,7 @@
<xref linkend="mitkrb"/>,
<xref linkend="nas"/>,
<xref linkend="doxygen"/> and
<ulink url="http://www.porchdogsoft.com/products/howl/download.html">Howl</ulink>
<ulink url="http://www.porchdogsoft.com/products/howl/download.html">Howl</ulink>.
</para>
@ -101,7 +101,7 @@
<para>To compile <application>Gaim</application> with audio support, first
install <xref linkend="libao"/>.</para>
<para>Install <application>Gaim</application> by running the following
<para>Compile <application>Gaim</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
@ -125,9 +125,10 @@ make</userinput></screen>
<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>
<para><command>CPPFLAGS=...--enable-nas</command>: To avoid a compilation
error the <filename>configure</filename> script needs to be told to look
for the <application>NAS</application> header files in /usr/X11R6/include.
</para>
</sect2>