XChat is an IRC chat program. It allows you to join multiple IRC channels (chat rooms) at the same time, talk publicly, have private one-on-one conversations, etc. File transfers are also possible.
Download (HTTP): http://www.xchat.org/files/source/2.8/xchat-2.8.4.tar.bz2
Download (FTP): ftp://mirror.ovh.net/gentoo-distfiles/distfiles/xchat-2.8.4.tar.bz2
Download MD5 sum: 66d60febc62a01bafac9bb3a35fb37ae
Download size: 1.3 MB
Estimated disk space required: 33 MB
Estimated build time: 0.3 SBU
D-Bus GLib Bindings-0.98, OpenSSL-1.0.0e, Python-2.7.2, Tcl-8.5.10, GConf-2.28.1, and libsexy-0.1.11 or GtkSpell (not recommended)
Note that using libsexy for spell checking requires enchant-1.6.0 at run-time. Aspell-0.60.6 is just one of many backend spell libraries Enchant can use.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/xchat
Install XChat by running the following commands:
patch -Np1 -i ../xc284-scrollbmkdir.diff && ./configure --prefix=/usr \ --sysconfdir=/etc/gnome/2.30.2 \ --enable-shm && make
This package does not come with a test suite.
Now, as the root
user:
make install && install -v -m755 -d /usr/share/doc/xchat-2.8.4 && install -v -m644 README faq.html \ /usr/share/doc/xchat-2.8.4
--sysconfdir=/etc/gnome/2.30.2
: This
parameter causes the configuration files to be installed in
/etc/gnome/2.30.2
instead of
$GNOME_PREFIX/etc
. Additionally (if
applicable), the parameter ensures that the GConf-2 database is correctly updated.
--enable-shm
: This
parameter is used to enable XShm for fast tinting.
Last updated on 2010-05-25 12:42:09 +0000