source: xsoft/other/gaim.xml@ 37baca9

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
Last change on this file since 37baca9 was 37baca9, checked in by Andrew Benton <andy@…>, 18 years ago

Removed mention of NAS from the Gaim page. There is a problem compiling Gaim-1.5.0
against NAS if X is installed in /usr/X11R6

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5515 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gaim-download-http "http://prdownloads.sourceforge.net/gaim/gaim-1.5.0.tar.bz2">
8 <!ENTITY gaim-download-ftp " ">
9 <!ENTITY gaim-md5sum "9205321ac11fad271c90f2f0d7c5e7ce">
10 <!ENTITY gaim-size "6.0 MB">
11 <!ENTITY gaim-buildsize "179 MB">
12 <!ENTITY gaim-time "1.2 SBU">
13]>
14
15<sect1 id="gaim" xreflabel="Gaim-&gaim-version;">
16 <?dbhtml filename="gaim.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy: manuel $</othername>
20 <date>$Date: 2005-12-08 20:34:49 +0000 (Thu, 08 Dec 2005) $</date>
21 <keywordset>
22 <keyword role="package">gaim-&gaim-version;.tar</keyword>
23 <keyword role="ftpdir">gaim</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Gaim-&gaim-version;</title>
28
29 <indexterm zone="gaim">
30 <primary sortas="a-Gaim">Gaim</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Gaim</title>
35
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,
38 IRC, Napster, Gadu-Gadu, Zephyr and Yahoo!</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&gaim-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&gaim-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &gaim-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &gaim-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &gaim-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &gaim-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">Gaim Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="gtk2"/></para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional"><xref linkend="libao"/>,
69 <ulink url="http://ftp.gnupg.org/gcrypt/libgpg-error/">libgpg-error</ulink>,
70 <ulink url="http://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>,
71 <ulink url="ftp://ftp.gnutls.org/pub/gnutls/libtasn1/">libtasn1</ulink>,
72 <ulink url="http://ftp.gnupg.org/gcrypt/gnutls/">gnutls</ulink>,
73 <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"/>,
76 <xref linkend="doxygen"/> and
77 <ulink url="http://www.porchdogsoft.com/products/howl/download.html">Howl</ulink>
78
79</para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of Gaim</title>
85
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>
92
93 <para>Install <application>Gaim</application> by running the following
94 commands:</para>
95
96<screen><userinput>./configure --prefix=/usr &amp;&amp;
97make</userinput></screen>
98
99 <para>To test the results, issue: <command>make check</command>.</para>
100
101 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Library</segtitle>
113 <segtitle>Installed Directories</segtitle>
114
115 <seglistitem>
116 <seg>gaim and gaim-remote</seg>
117 <seg>libgaim-remote.so</seg>
118 <seg>/usr/include/gaim, /usr/lib/gaim, /usr/share/pixmaps/gaim, and
119 /usr/share/sounds/gaim</seg>
120 </seglistitem>
121 </segmentedlist>
122
123 <variablelist>
124 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125 <?dbfo list-presentation="list"?>
126 <?dbhtml list-presentation="table"?>
127
128 <varlistentry id="gaim-prog">
129 <term><command>gaim</command></term>
130 <listitem>
131 <para> is an instant messaging client</para>
132 <indexterm zone="gaim gaim-prog">
133 <primary sortas="b-gaim">gaim</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 <varlistentry id="gaim-remote">
139 <term><command>gaim-remote</command></term>
140 <listitem>
141 <para> is a command-line interface for controlling an already running
142 instance of <command>gaim</command></para>
143 <indexterm zone="gaim gaim-remote">
144 <primary sortas="b-gaim-remote">gaim-remote</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 <varlistentry id="libgaim-remote">
150 <term><filename class='libraryfile'>libgaim-remote.so</filename></term>
151 <listitem>
152 <para> contains functions that are used by gaim-remote</para>
153 <indexterm zone="gaim libgaim-remote">
154 <primary sortas="c-libgaim-remote">libgaim-remote.so</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 </variablelist>
160
161 </sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.