summaryrefslogtreecommitdiff
path: root/docs/manual.txt
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-07-30 22:10:11 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-07-30 22:10:11 +0000
commit642622624da6156c6e1c16651aa7970d81e86717 (patch)
treeb76a5bee98c90afb01760985cbdcdd684a30f16f /docs/manual.txt
parent7a7b7a1c1acfb0f72a55a542580bffe50b93f565 (diff)
downloadirssi-642622624da6156c6e1c16651aa7970d81e86717.zip
--with-perl-path -> --with-perl-lib=[site|vendor|DIR] with some fixes to
make it work better. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1693 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/manual.txt')
-rw-r--r--docs/manual.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/manual.txt b/docs/manual.txt
index f3c08273..2954deff 100644
--- a/docs/manual.txt
+++ b/docs/manual.txt
@@ -148,7 +148,12 @@
--with-perl=static Build Perl support statically to irssi binary
(default is to build a module)
- --with-perl-path=dir Specify installation dir for Perl libraries
+ --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
--with-socks Build with socks library