mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
6732c09460
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 af4574ff-66df-0310-9fd7-8a98e5e911e0
188 lines
6.2 KiB
XML
188 lines
6.2 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gaim-download-http "http://downloads.sourceforge.net/gaim/gaim-1.5.0.tar.bz2">
|
|
<!ENTITY gaim-download-ftp " ">
|
|
<!ENTITY gaim-md5sum "9205321ac11fad271c90f2f0d7c5e7ce">
|
|
<!ENTITY gaim-size "6.0 MB">
|
|
<!ENTITY gaim-buildsize "179 MB">
|
|
<!ENTITY gaim-time "1.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="gaim" xreflabel="Gaim-&gaim-version;">
|
|
<?dbhtml filename="gaim.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Gaim-&gaim-version;</title>
|
|
|
|
<indexterm zone="gaim">
|
|
<primary sortas="a-Gaim">Gaim</primary>
|
|
</indexterm>
|
|
|
|
<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,
|
|
IRC, Napster, Gadu-Gadu, Zephyr and Yahoo!</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&gaim-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&gaim-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &gaim-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &gaim-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &gaim-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &gaim-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Gaim Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="gtk2"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="libao"/>,
|
|
<ulink url="http://ftp.gnupg.org/gcrypt/gnutls/">GnuTLS</ulink> (requires
|
|
<ulink url="http://ftp.gnupg.org/gcrypt/libgpg-error/">libgpg-error</ulink>
|
|
and <ulink url="http://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>
|
|
in that order),
|
|
<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="nas"/>,
|
|
<xref linkend="doxygen"/>, and
|
|
<ulink url="http://www.avahi.org">Avahi</ulink>
|
|
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/gaim"/></para>
|
|
|
|
</sect2>
|
|
|
|
<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>
|
|
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>Compile <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>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<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>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>gaim and gaim-remote</seg>
|
|
<seg>libgaim-remote.so</seg>
|
|
<seg>/usr/include/gaim, /usr/lib/gaim, /usr/share/pixmaps/gaim, and
|
|
/usr/share/sounds/gaim</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="gaim-prog">
|
|
<term><command>gaim</command></term>
|
|
<listitem>
|
|
<para> is an instant messaging client</para>
|
|
<indexterm zone="gaim gaim-prog">
|
|
<primary sortas="b-gaim">gaim</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gaim-remote">
|
|
<term><command>gaim-remote</command></term>
|
|
<listitem>
|
|
<para> is a command-line interface for controlling an already running
|
|
instance of <command>gaim</command></para>
|
|
<indexterm zone="gaim gaim-remote">
|
|
<primary sortas="b-gaim-remote">gaim-remote</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libgaim-remote">
|
|
<term><filename class='libraryfile'>libgaim-remote.so</filename></term>
|
|
<listitem>
|
|
<para> contains functions that are used by gaim-remote</para>
|
|
<indexterm zone="gaim libgaim-remote">
|
|
<primary sortas="c-libgaim-remote">libgaim-remote.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|