diff options
author | Timo Sirainen <cras@irssi.org> | 2001-07-30 22:10:11 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-07-30 22:10:11 +0000 |
commit | 642622624da6156c6e1c16651aa7970d81e86717 (patch) | |
tree | b76a5bee98c90afb01760985cbdcdd684a30f16f /docs | |
parent | 7a7b7a1c1acfb0f72a55a542580bffe50b93f565 (diff) | |
download | irssi-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')
-rw-r--r-- | docs/manual.txt | 7 |
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 |