HexChat 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.
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): https://dl.hexchat.net/hexchat/hexchat-2.12.1.tar.xz
Download MD5 sum: ff49a1d6e3f47bd4345ce269ad41d205
Download size: 1.5 MB
Estimated disk space required: 50 MB
Estimated build time: 0.3 SBU
dbus-glib-0.106, ISO Codes-3.69, libcanberra-0.30, libnotify-0.7.6, OpenSSL-1.0.2h, pciutils-3.5.1, and libproxy
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/hexchat
Install HexChat by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-python
--enable-python=python3
: By default, configure will look for Python 2
to build the Python plugin and will error out if it can't find it.
Use one of these switches if you wish to either disable the plugin
or use Python 3 instead.
Last updated on 2016-09-05 12:13:49 -0700