Reformat.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4724 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-03-04 19:11:45 +00:00 committed by exg
parent 3e37906cf7
commit 6f1adc2118

14
INSTALL
View File

@ -19,11 +19,19 @@ For most people, this should work just fine:
You may want to give some parameters to configure, here's the most You may want to give some parameters to configure, here's the most
commonly used ones: commonly used ones:
--prefix - Specifies the path where irssi will be installed. --prefix
Specifies the path where irssi will be installed.
YES, you can install irssi WITHOUT ROOT permissions 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. If you want irssi to prefer --with-proxy
Build the irssi proxy (see startup-HOWTO).
--enable-ipv6
Enable IPv6 support. If you want irssi to prefer
IPv6 for hosts that have both v4 and v6 addresses, IPv6 for hosts that have both v4 and v6 addresses,
use /SET resolve_prefer_ipv6 ON. You can also override use /SET resolve_prefer_ipv6 ON. You can also override
this with /SERVER -4 or -6 options. this with /SERVER -4 or -6 options.