summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2008-03-05 09:38:15 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2008-03-05 09:38:15 +0000
commitfaebae7b64813d2f9a34d0824b697bab8397d426 (patch)
treeee0ee9d68b97d2991fb7432f41663691779140a3
parent1a482a38d1d9d2866c6842f9f8dc4a43b7ab63ea (diff)
downloadirssi-faebae7b64813d2f9a34d0824b697bab8397d426.zip
Improve descriptions of configure options.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4728 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--INSTALL28
1 files changed, 14 insertions, 14 deletions
diff --git a/INSTALL b/INSTALL
index 7e14d997..41f1df56 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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-lib=[site|vendor|DIR]
+ --with-perl=[yes|no|module]
- 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.
+ Enable Perl support
+ yes enable builtin (default)
+ no disable
+ module enable as module
- --without-perl
+ --with-perl-lib=[site|vendor|DIR]
- 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