mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
Mirror of https://github.com/hexchat/hexchat
599b9b0379
- openSUSE has ExtUtils::Embed, EXTERN.h and perl.so in the base perl package. - Fedora has ExtUtils::Embed in a separate perl-devel package. - Mageia has ExtUtils::Embed in the base perl package but EXTERN.h in a separate perl-devel package. Without this package, the compiler complains about the missing header. - Debian has ExtUtils::Embed and EXTERN.h in the base perl package but perl.so in a separate libperl-dev package. Without this package, gcc compiles successfully but complains at link-time about -lperl (ExtUtils::Embed returns '-lperl' in ldopts but it's not actually installed). configure.ac already requires ExtUtil::Embed to enable perl. To handle the case of Mageia and Debian, this change uses AC_TRY_LINK to verify that the flags returned by ExtUtils::Embed can actually be used to compile before deciding to enable the perl plugin. |
||
---|---|---|
.tx | ||
data | ||
plugins | ||
po | ||
src | ||
win32 | ||
.gitignore | ||
.travis.yml | ||
acinclude.m4 | ||
autogen.sh | ||
config-win32.h.tt | ||
configure.ac | ||
COPYING | ||
Doxyfile | ||
Makefile.am | ||
readme.md | ||
version-template.ps1 |
HexChat
X-Chat ("xchat") Copyright (c) 1998-2010 By Peter Zelezny.
HexChat ("hexchat") Copyright (c) 2009-2013 By Berke Viktor.
This program is released under the GPL v2 with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. You may provide binary packages linked to the OpenSSL libraries, provided that all other requirements of the GPL are met. See file COPYING for details.
Information
HexChat is an IRC client for Windows and UNIX-like operating systems. See IRCHelp.org for information about IRC in general.
For more information please read our documentation:
Requirements
- GTK+ 2.24
- GLib 2.28
HexChat is known to work on, at least:
- Windows Vista/7/8
- Linux
- FreeBSD
- OpenBSD
- NetBSD
- Solaris
- AIX
- IRIX
- DEC/Compaq Tru64 UNIX
- HP-UX 10.20 and 11
- OS X