diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-14 20:50:00 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-14 20:50:00 +0200 |
commit | 11b73bc8a7b99f629ea22a1b26704608f4677fdd (patch) | |
tree | bfec1fa32508edae5100e0582dc52a7a45ba490d /README | |
parent | c80cb47e5cf49c7aa0b162fc509ab08fd1b17e8a (diff) |
Update XChat to r1517
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README index 44d3bab0..2e37fb22 100644 --- a/README +++ b/README @@ -18,7 +18,8 @@ What is it? Requirements: ~~~~~~~~~~~~~ - * GTK+ 2.10 (this is available at http://www.gtk.org). + * GTK+ 2.10 (this is available at http://www.gtk.org) + * GLib 2.12 (GTK+ 2.10 requires GLib 2.12) HexChat is known to work on, at least: @@ -53,6 +54,7 @@ Python Scripts: Perl Scripts: ~~~~~~~~~~~~~ + Perl 5.8 or newer is required. Scripts for 1.8.x are compatible with the following exceptions: * IRC::command will not interpret %C, %B, %U etc. @@ -80,7 +82,9 @@ Autoloading Perl Scripts and Plugins ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * HexChat automatically loads, at startup: ~/.config/hexchat/*.pl Perl scripts + ~/.config/hexchat/plugins/*.pl Perl scripts ~/.config/hexchat/*.py Python scripts + ~/.config/hexchat/plugins/*.py Python scripts ~/.config/hexchat/*.so Plugins $(libdir)/hexchat/plugins/*.so plugins (this usually translates to /usr/lib/hexchat/plugins/*.so) |