source: xsoft/other/pidgin.xml@ c80db1b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 c80db1b was 90583d2, checked in by Andrew Benton <andy@…>, 12 years ago

typo

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

  • Property mode set to 100644
File size: 10.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY pidgin-download-http
8 "&sourceforge-repo;/pidgin/pidgin-&pidgin-version;.tar.bz2">
9 <!ENTITY pidgin-download-ftp " ">
10 <!ENTITY pidgin-md5sum "264f9ae89742b8ee168306b85d2fb51e">
11 <!ENTITY pidgin-size "9.6 MB">
12 <!ENTITY pidgin-buildsize "255 MB">
13 <!ENTITY pidgin-time "2.3 SBU">
14]>
15
16<sect1 id="pidgin" xreflabel="Pidgin-&pidgin-version;">
17 <?dbhtml filename="pidgin.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Pidgin-&pidgin-version;</title>
25
26 <indexterm zone="pidgin">
27 <primary sortas="a-Pidgin">Pidgin</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Pidgin</title>
32
33 <para>
34 <application>Pidgin</application> is a Gtk+ 2 instant messaging client
35 that can connect with a wide range of networks including AIM, ICQ,
36 GroupWise, MSN, Jabber, IRC, Napster, Gadu-Gadu, SILC, Zephyr and Yahoo!
37 </para>
38
39 &lfs71_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&pidgin-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&pidgin-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &pidgin-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &pidgin-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &pidgin-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &pidgin-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Pidgin Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required">
67 <xref linkend="gtk2"/> and
68 <xref linkend="perl-xml-parser"/>
69 </para>
70
71 <bridgehead renderas="sect4">Recommended</bridgehead>
72 <para role="recommended">
73 <xref linkend="gnutls"/> or
74 <xref linkend="nss"/>
75 </para>
76
77 <para>
78 SSL support is required for the MSN Messenger, Yahoo!, Novel Groupwise and
79 Google Talk protocol plugins. <application>GnuTLS</application> is the
80 preferred method (the Mozilla nss API is more likely to change and this
81 can cause problems).
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>,
87 <xref linkend="startup-notification"/>,
88 <xref linkend="intltool"/>,
89 <xref linkend="GConf"/>,
90 <xref linkend="dbus-glib"/>,
91 <xref linkend="libidn"/>,
92 <ulink url="http://silcnet.org/software/">SILC Client</ulink>,
93 <ulink url="http://silcnet.org/software/">SILC Toolkit</ulink>,
94 <ulink url="http://packages.debian.org/stable/source/zephyr">zephyr</ulink>,
95 <xref linkend="gstreamer"/> (required for audio support),
96 <xref linkend="farsight2"/> (required for video and voice support),
97 <xref linkend="evolution-data-server"/>,
98 <xref linkend="sqlite"/> (required for the Contact Availability Prediction
99 plugin),
100 <xref linkend="cyrus-sasl"/>,
101 <xref linkend="mitkrb"/> (required for Kerberos support in the Zephyr
102 module),
103 <xref linkend="avahi"/>, (required for the Bonjour plugin),
104 <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>
105 (required for Sametime protocol support),
106 <xref linkend="NetworkManager"/>,
107 <ulink url="http://toxygen.net/libgadu/">libgadu</ulink>,
108 <xref linkend="check"/> (only used during the test suite) and
109 <xref linkend="tcl"/>
110 </para>
111
112 <para condition="html" role="usernotes">
113 User Notes: <ulink url="&blfs-wiki;/pidgin"/>
114 </para>
115 </sect2>
116
117 <sect2 role="installation">
118 <title>Installation of Pidgin</title>
119
120 <para>
121 Compile <application>Pidgin</application> by running the following
122 commands:
123 </para>
124
125<screen><userinput>./configure --prefix=/usr --disable-meanwhile --disable-avahi \
126 --disable-nm --disable-tcl --disable-idn --disable-gstreamer \
127 --disable-vv --disable-gtkspell --disable-dbus LIBS=-lX11 &amp;&amp;
128make</userinput></screen>
129
130 <para>
131 If you have <xref linkend="doxygen"/> installed
132 (<xref linkend="graphviz"/> can be used also) and you wish to create the
133 API documentation, issue: <command>make docs</command>
134 </para>
135
136 <para>To test the results, issue: <command>make check</command>.</para>
137
138 <para>
139 Now, as the <systemitem class="username">root</systemitem> user:
140 </para>
141
142<screen role="root"><userinput>make install &amp;&amp;
143mkdir /usr/share/doc/pidgin-&pidgin-version; &amp;&amp;
144cp README doc/gtkrc-2.0 /usr/share/doc/pidgin-&pidgin-version;</userinput></screen>
145
146 <para>
147 If you created the API documentation, install it using the following
148 commands as the <systemitem class="username">root</systemitem> user:
149 </para>
150
151<screen role="root"><userinput>mkdir /usr/share/doc/pidgin-&pidgin-version;/api &amp;&amp;
152cp doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen>
153 </sect2>
154
155 <sect2 role="commands">
156 <title>Command Explanations</title>
157
158 <para>
159 <option>--disable-meanwhile</option>: Remove this option if you've
160 installed <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>
161 </para>
162
163 <para>
164 <option>--disable-avahi</option>: Remove this option if you've
165 installed <xref linkend="avahi"/>.</para>
166
167 <para>
168 <option>--disable-nm</option>: Remove this option if you've installed
169 <xref linkend="NetworkManager"/>.
170 </para>
171
172 <para>
173 <option>--disable-tcl</option>: Remove this option if you've installed
174 <xref linkend="tcl"/>.
175 </para>
176
177 <para>
178 <option>--disable-idn</option>: Remove this option if you've installed
179 <xref linkend="libidn"/>.
180 </para>
181
182 <para>
183 <option>--disable-gstreamer</option>: Sounds. Remove this option if you've
184 installed <xref linkend="gstreamer"/>.
185 </para>
186
187 <para>
188 <option>--disable-vv</option>: Video and voice. Remove this option if
189 you've installed <xref linkend="farsight2"/>.
190 </para>
191
192 <para>
193 <option>--disable-gtkspell</option>: Spellchecking. Remove this option if
194 you've installed
195 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>.
196 </para>
197
198 <para>
199 <option>--disable-dbus</option>: Remove this option if you've installed
200 <xref linkend="dbus"/>.
201 </para>
202
203 <para>
204 <parameter>LIBS=-lX11</parameter>: This parameter needs to be passed to
205 configure to avoid a link time error with recent versions of binutils.
206 </para>
207
208 <para>
209 <option>--disable-gtkui</option>: Use this option if you've not installed
210 <xref linkend="gtk2"/> and you just want the
211 <application>Ncurses</application> based <command>finch</command>
212 program.
213 </para>
214 </sect2>
215
216 <sect2 role="configuration">
217 <title>Configuring Pidgin</title>
218
219 <sect3 id="pidgin-config">
220 <title>Config Files</title>
221 <para><filename>~/.purple/*</filename> and
222 <filename>~/.gtkrc-02</filename></para>
223
224 <indexterm zone="pidgin pidgin-config">
225 <primary sortas="e-AA-purple-star">~/.purple/*</primary>
226 </indexterm>
227
228 <indexterm zone="pidgin pidgin-config">
229 <primary sortas="e-AA-gtkrc-02">~/.gtkrc-02</primary>
230 </indexterm>
231 </sect3>
232
233 <sect3><title>Configuration Information</title>
234
235 <para>
236 Most configuration can be accomplished by using the various preference
237 settings inside the programs. Additionally, you can create a
238 <filename>~/.gtkrc-02</filename> file which can store gtk+-2 theme
239 settings that affect <application>Pidgin</application> and other Gtk+ 2
240 applications. Note that an example <filename>gtkrc-02</filename> file
241 was installed during the package installation and can be used as a
242 starting point or reference.
243 </para>
244 </sect3>
245 </sect2>
246
247 <sect2 role="content">
248 <title>Contents</title>
249
250 <segmentedlist>
251 <segtitle>Installed Programs</segtitle>
252 <segtitle>Installed Library</segtitle>
253 <segtitle>Installed Directories</segtitle>
254
255 <seglistitem>
256 <seg>
257 finch,
258 pidgin,
259 purple-client-example,
260 purple-remote,
261 purple-send,
262 purple-send-async and
263 purple-url-handler
264 </seg>
265 <seg>
266 libgnt.so,
267 libpurple.so and
268 libpurple-client.so along with numerous plugin and support modules
269 located in /usr/lib/finch, /usr/lib/gnt, /usr/lib/pidgin and
270 /usr/lib/purple-2
271 </seg>
272 <seg>
273 /usr/include/finch,
274 /usr/include/gnt,
275 /usr/include/libpurple,
276 /usr/include/pidgin,
277 /usr/lib/finch,
278 /usr/lib/gnt,
279 /usr/lib/pidgin,
280 /usr/lib/purple-2,
281 /usr/share/doc/pidgin-&pidgin-version;,
282 /usr/share/pixmaps/pidgin,
283 /usr/share/purple and
284 /usr/share/sounds/purple
285 </seg>
286 </seglistitem>
287 </segmentedlist>
288
289 <variablelist>
290 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
291 <?dbfo list-presentation="list"?>
292 <?dbhtml list-presentation="table"?>
293
294 <varlistentry id="pidgin-prog">
295 <term><command>pidgin</command></term>
296 <listitem>
297 <para>is a Gtk+-2 instant messaging client</para>
298 <indexterm zone="pidgin pidgin-prog">
299 <primary sortas="b-pidgin">pidgin</primary>
300 </indexterm>
301 </listitem>
302 </varlistentry>
303
304 <varlistentry id="finch">
305 <term><command>finch</command></term>
306 <listitem>
307 <para>is a text-based instant messaging client</para>
308 <indexterm zone="pidgin finch">
309 <primary sortas="b-finch">finch</primary>
310 </indexterm>
311 </listitem>
312 </varlistentry>
313 </variablelist>
314 </sect2>
315</sect1>
Note: See TracBrowser for help on using the repository browser.