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-8.3 platform.
Download (HTTP): https://dl.hexchat.net/hexchat/hexchat-2.14.1.tar.xz
Download MD5 sum: 8dd81178847390be6b860cff367eab18
Download size: 1.2 MB
Estimated disk space required: 30 MB
Estimated build time: 0.1 SBU (using parallelism=4)
dbus-glib-0.110, ISO Codes-3.79, libcanberra-0.30, libnotify-0.7.7, pciutils-3.6.2, libproxy, and luajit
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/hexchat
Install HexChat by running the following commands:
mkdir build && cd build && meson --prefix=/usr -Dwith-libproxy=false -Dwith-lua=lua .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
-Dwith-libcanberra=false
: Use this
switch if you have libcanberra not installed.
-Dwith-lua=lua
: By default, this
package will look for luajit. Use the normal lua instead.
Last updated on 2018-08-26 15:34:41 -0700