source: xsoft/other/xchat.xml@ b567bd3

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 b567bd3 was b567bd3, checked in by Bruce Dubbs <bdubbs@…>, 18 years ago

Fix dependency in xchat (recommend gtk2)

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

  • Property mode set to 100644
File size: 4.8 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 xchat-download-http "http://www.xchat.org/files/source/2.6/xchat-&xchat-version;.tar.bz2">
8 <!ENTITY xchat-download-ftp " ">
9 <!ENTITY xchat-md5sum "6b534baf9a4df6bf23d7d16f7e4eb379">
10 <!ENTITY xchat-size "1.0 MB">
11 <!ENTITY xchat-buildsize "28.6 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: manuel $</othername>
20 <date>$Date: 2005-12-08 20:34:49 +0000 (Thu, 08 Dec 2005) $</date>
21 <keywordset>
22 <keyword role="package">xchat-&xchat-version;.tar</keyword>
23 <keyword role="ftpdir">xchat</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>XChat-&xchat-version;</title>
28
29 <indexterm zone="xchat">
30 <primary sortas="a-XChat">XChat</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to XChat</title>
35
36 <para><application>XChat</application> is an IRC chat program. It allows
37 you to join multiple IRC channels (chat rooms) at the same time, talk
38 publicly, private one-on-one conversations etc. File transfers are also
39 possible. </para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&xchat-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&xchat-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &xchat-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &xchat-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &xchat-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &xchat-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">XChat Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required">
67 <xref linkend="glib2"/>
68 </para>
69
70 <bridgehead renderas="sect4">Recommended</bridgehead>
71 <para role="required">
72 <xref linkend="gtk2"/>
73 </para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
77 <xref linkend="dbus"/>,
78 <xref linkend="openssl"/>,
79 <xref linkend="python"/>, and
80 <xref linkend="tcl"/>
81 </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 &amp;&amp;
95make</userinput></screen>
96
97 <para><application>XChat</application> does not come with a test suite.</para>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105<!--
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <para><command>CPPFLAGS=...- -enable-nas</command>:<xref linkend="nas"/>
110 Use this switch if you want to compile <application>Gaim</application>
111 with <xref linkend="nas"/> support.</para>
112
113 </sect2>
114-->
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directory</segtitle>
123
124 <seglistitem>
125 <seg>xchat and xchat-remote</seg>
126 <seg>xchat plugins</seg>
127 <seg>/usr/lib/xchat</seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="xchat-prog">
137 <term><command>xchat</command></term>
138 <listitem>
139 <para> is a graphical Internet Relay Chat (IRC) client.</para>
140 <indexterm zone="xchat xchat-prog">
141 <primary sortas="b-xchat">xchat</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 <varlistentry id="xchat-remote">
147 <term><command>xchat-remote</command></term>
148 <listitem>
149 <para> is a program for remote access
150 <application>XChat</application> using DBUS.</para>
151 <indexterm zone="xchat xchat-remote">
152 <primary sortas="b-xchat-remote">xchat-remote</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.