summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-02-17 17:03:24 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-02-17 17:03:24 +0000
commit8c4a56a962fc81db2728a2336129f5832ee8cd0b (patch)
tree3bf575ba859c6a5684391e1ac653816db7ac021a
parente6a0c8c935f7168fee6b3e9cbb73c9c6d7eb23aa (diff)
downloadirssi-8c4a56a962fc81db2728a2336129f5832ee8cd0b.zip
added some information about ipv6 resolving
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2505 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--INSTALL7
1 files changed, 5 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index d9153e93..c1770664 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,9 +20,12 @@ commonly used ones:
--prefix - Specifies the path where irssi will be installed.
YES, you can install irssi WITHOUT ROOT permissions
- by using --prefix=/home/dir
+ by using --prefix=/home/dir
--with-proxy - Build the irssi proxy (see startup-HOWTO).
- --enable-ipv6 - Enable IPv6 support.
+ --enable-ipv6 - Enable IPv6 support. If you want irssi to prefer
+ IPv6 for hosts that have both v4 and v6 addresses,
+ use /SET resolve_prefer_ipv6 ON. You can also override
+ this with /SERVER -4 or -6 options.
If GLib or ncurses is installed installed in a non-standard path you can
specify it with --with-glib=/path and --with-ncurses=/path.