Changeset 7cc481c5


Ignore:
Timestamp:
01/04/2006 02:09:11 PM (18 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7b17a43
Parents:
37baca9
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r37baca9 r7cc481c5  
    1 <!ENTITY day          "02">
     1<!ENTITY day          "04">
    22<!ENTITY month        "01">
    33<!ENTITY year         "2006">
  • xsoft/other/gaim.xml

    r37baca9 r7cc481c5  
    3434    <title>Introduction to Gaim</title>
    3535
    36     <para><application>Gaim</application> is an instant messaging client that can
    37     connect with a wide range of networks including AIM, ICQ, MSN, Jabber,
     36    <para><application>Gaim</application> is an instant messaging client that
     37    can connect with a wide range of networks including AIM, ICQ, MSN, Jabber,
    3838    IRC, Napster, Gadu-Gadu, Zephyr and Yahoo!</para>
    3939
     
    7272    <ulink url="http://ftp.gnupg.org/gcrypt/gnutls/">gnutls</ulink>,
    7373    <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>
    74     <xref linkend="tcl"/>, <xref linkend="tk"/>, <xref linkend="startup-notification"/>,
    75     <xref linkend="audiofile"/>, <xref linkend="dbus"/>, <xref linkend="mitkrb"/>,
     74    <xref linkend="tcl"/>,
     75    <xref linkend="tk"/>,
     76    <xref linkend="startup-notification"/>,
     77    <xref linkend="audiofile"/>,
     78    <xref linkend="dbus"/>,
     79    <xref linkend="mitkrb"/>,
     80    <xref linkend="nas"/>,
    7681    <xref linkend="doxygen"/> and
    7782    <ulink url="http://www.porchdogsoft.com/products/howl/download.html">Howl</ulink>
     
    8489    <title>Installation of Gaim</title>
    8590
    86     <para>To connect with MSN you will need to compile <application>Gaim</application>
    87     with SSL support. For this you will need to have already installed
    88     <application>libgpg-error</application>, <application>libgcrypt</application>,
    89     <application>libtasn1</application> and <application>gnutls</application> compiled
    90     in that order. Use of the <application>Mozilla</application> SSL library is
    91     deprecated.</para>
     91    <para>To connect with MSN you will need to compile
     92    <application>Gaim</application> with SSL support. For this you will need to
     93    have already installed <application>libgpg-error</application>,
     94    <application>libgcrypt</application>, <application>libtasn1</application>
     95    and <application>gnutls</application> compiled in that order. Use of the
     96    <application>Mozilla</application> SSL library is deprecated.</para>
     97
     98    <para>To compile <application>Gaim</application> with audio support, first
     99    install <xref linkend="libao"/>.</para>
    92100
    93101    <para>Install <application>Gaim</application> by running the following
     
    97105make</userinput></screen>
    98106
     107    <para>If you want to compile <application>Gaim</application> with support
     108    for <xref linkend="nas"/>, configure it like this:</para>
     109
     110<screen><userinput>CPPFLAGS="-I/usr/X11R6/include" ./configure --prefix=/usr \
     111    --enable-nas &amp;&amp;
     112make</userinput></screen>
     113
    99114    <para>To test the results, issue: <command>make check</command>.</para>
    100115
     
    102117
    103118<screen role="root"><userinput>make install</userinput></screen>
     119
     120  </sect2>
     121
     122  <sect2 role="commands">
     123    <title>Command Explanations</title>
     124
     125    <para><command>CPPFLAGS=...--enable-nas</command>:<xref linkend="nas"/>
     126    Use this switch if you want to compile <application>Gaim</application>
     127    with <xref linkend="nas"/> support.</para>
    104128
    105129  </sect2>
Note: See TracChangeset for help on using the changeset viewer.