1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-09 06:20:45 +00:00

Improve descriptions of configure options.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4728 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-03-05 09:38:15 +00:00 committed by exg
parent 1a482a38d1
commit faebae7b64

30
INSTALL
View File

@ -28,27 +28,27 @@ configure options
Build the irssi proxy (see startup-HOWTO).
--enable-ipv6
--disable-ipv6
Enable IPv6 support.
Disable IPv6 support.
--with-perl=static
--disable-ssl
Build Perl support statically to irssi binary
(default is to build a module)
Disable SSL support.
--with-perl=[yes|no|module]
Enable Perl support
yes enable builtin (default)
no disable
module enable as module
--with-perl-lib=[site|vendor|DIR]
Specify installation dir for
Perl libraries. Site is the default (usually
/usr/local/lib/perl/...), vendor uses the path
where the base of the perl is installed
(/usr/lib/perl/...), or DIR specifies exactly
where you want to install it.
--without-perl
Disable Perl support
Specify installation dir for Perl libraries
site install in dir for site-specific modules (default)
vendor install in dir for vendor-specific modules
DIR install in DIR
--with-socks