Go to file
Arnavion 599b9b0379 configure.ac: Actually check the CFLAGS and LDFLAGS returned by ExtUtils::Embed before deciding to compile the Perl plugin.
- 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.
2014-01-13 18:27:32 -08:00
.tx Update transifex config file 2013-09-08 01:28:06 -04:00
data Reorganize files and migrate images to gresource 2013-09-29 02:24:06 -04:00
plugins Rewrite dns command 2014-01-08 01:32:28 -05:00
po Build system improvements 2014-01-13 14:27:36 -05:00
src Tweak 908 syntax 2014-01-12 13:00:27 -05:00
win32 Rewrite dns command 2014-01-08 01:32:28 -05:00
.gitignore Build system improvements 2014-01-13 14:27:36 -05:00
.travis.yml Build system improvements 2014-01-13 14:27:36 -05:00
COPYING Reorganize files and migrate images to gresource 2013-09-29 02:24:06 -04:00
Doxyfile Use png instead of svg 2013-05-20 15:59:41 +02:00
Makefile.am Build system improvements 2014-01-13 14:27:36 -05:00
acinclude.m4 On my system (openSUSE 12.2 / GNU bash, version 4.2.24(1)-release (x86_64-suse-linux-gnu) ), the shell doesn't like that the '=' character in 'if test...' doesn't have spaces around it. This causes the test to always be true, and thus the AS_AC_EXPAND macro only expands once. This led to two #define's in config.h containing broken values: HEXCHATSHAREDIR and DBUS_SERVICES_DIR. 2012-09-20 22:04:14 +08:00
autogen.sh Build system improvements 2014-01-13 14:27:36 -05:00
config-win32.h.tt Replaced use of T4 templates with PS-based templates. 2013-12-27 12:05:07 -08:00
configure.ac configure.ac: Actually check the CFLAGS and LDFLAGS returned by ExtUtils::Embed before deciding to compile the Perl plugin. 2014-01-13 18:27:32 -08:00
readme.md Add another badge to readme 2014-01-12 10:05:42 -05:00
version-template.ps1 Replaced use of T4 templates with PS-based templates. 2013-12-27 12:05:07 -08:00

readme.md

HexChat Build Status Bitdeli Badge

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