source: xsoft/other/xchat.xml@ 5e63563

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 5e63563 was 5e63563, checked in by Ken Moffat <ken@…>, 12 years ago

glib2 -> pkgconfig xref changes for x/soft.

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

  • Property mode set to 100644
File size: 5.4 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 xchat-download-http "http://www.xchat.org/files/source/2.8/xchat-&xchat-version;.tar.bz2">
8 <!ENTITY xchat-download-ftp "&gentoo-ftp-repo;/xchat-&xchat-version;.tar.bz2">
9 <!ENTITY xchat-md5sum "6775c44f38e84d06c06c336b32c4a452">
10 <!ENTITY xchat-size "1.4 MB">
11 <!ENTITY xchat-buildsize "40 MB">
12 <!ENTITY xchat-time "0.4 SBU">
13]>
14
15<sect1 id="xchat" xreflabel="XChat-&xchat-version;">
16 <?dbhtml filename="xchat.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>XChat-&xchat-version;</title>
24
25 <indexterm zone="xchat">
26 <primary sortas="a-XChat">XChat</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to XChat</title>
31
32 <para><application>XChat</application> is an IRC chat program. It allows
33 you to join multiple IRC channels (chat rooms) at the same time, talk
34 publicly, have private one-on-one conversations, etc. File transfers are
35 also possible.</para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&xchat-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&xchat-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &xchat-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &xchat-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &xchat-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &xchat-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">XChat Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="pkgconfig"/></para>
65
66 <bridgehead renderas="sect4">Recommended</bridgehead>
67 <para role="recommended"><xref linkend="gtk2"/></para>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional"><xref linkend="dbus-glib"/>,
71 <xref linkend="openssl"/>,
72 <xref linkend="python2"/>,
73 <xref linkend="tcl"/>,
74 <xref linkend="GConf"/>, and
75 <xref linkend="libsexy"/> or
76 <ulink url="http://gtkspell.sourceforge.net/">GtkSpell</ulink> (not recommended)</para>
77
78 <para>Note that using <application>libsexy</application> for spell checking
79 requires <xref linkend="enchant"/> at run-time. <xref linkend="aspell"/> is
80 just one of many backend spell libraries <application>Enchant</application>
81 can use.</para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/xchat"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of XChat</title>
90
91 <para>Install <application>XChat</application> by running the following
92 commands:</para>
93
94<screen><userinput>./configure --prefix=/usr \
95 --sysconfdir=&gnome-etc-dir; \
96 --enable-shm &amp;&amp;
97make</userinput></screen>
98
99 <para>This package does not come with a test suite.</para>
100
101 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
102
103<screen role="root"><userinput>make install &amp;&amp;
104install -v -m755 -d /usr/share/doc/xchat-&xchat-version; &amp;&amp;
105install -v -m644 README faq.html \
106 /usr/share/doc/xchat-&xchat-version;</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/gnome-sysconfdir.xml"/>
115
116 <para><parameter>--enable-shm</parameter>: This parameter is used to enable
117 XShm for fast tinting.</para>
118
119 <para><parameter>--enable-ipv6</parameter>: Enable IPv6 support in xchat.</para>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>xchat</seg>
133 <seg>XChat binding modules</seg>
134 <seg>/usr/lib/xchat and /usr/share/doc/xchat-&xchat-version;</seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="xchat-prog">
144 <term><command>xchat</command></term>
145 <listitem>
146 <para> is a graphical Internet Relay Chat (IRC) client.</para>
147 <indexterm zone="xchat xchat-prog">
148 <primary sortas="b-xchat">xchat</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <!-- <varlistentry id="xchat-remote">
154 <term><command>xchat-remote</command></term>
155 <listitem>
156 <para> is a program for remote access
157 <application>XChat</application> using DBUS.</para>
158 <indexterm zone="xchat xchat-remote">
159 <primary sortas="b-xchat-remote">xchat-remote</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry> -->
163
164 </variablelist>
165
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.