mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Merge pull request #535 from irssi/ailin-nemui-install-local-lib
Update INSTALL to reflect perl changes
This commit is contained in:
commit
d2c5939de0
9
INSTALL
9
INSTALL
@ -85,10 +85,11 @@ things that can go wrong:
|
|||||||
- If configure complains that it doesn't find some perl stuff, you're
|
- If configure complains that it doesn't find some perl stuff, you're
|
||||||
probably missing libperl.so or libperl.a. In debian, you'll need to do
|
probably missing libperl.so or libperl.a. In debian, you'll need to do
|
||||||
apt-get install libperl-dev
|
apt-get install libperl-dev
|
||||||
- For unprivileged home directory installations, using the local::lib CPAN
|
- For unprivileged home directory installations, you probably do not want
|
||||||
module is recommended. Read its docs, bootstrap it if needed, ensure that
|
to specify --with-perl-lib=(site|vendor). Instead, you can use the
|
||||||
the environment variables are set before running the configure script, and
|
default perl installation target (below the irssi prefix). If you are
|
||||||
append "--with-perl-lib=site" to the configure parameters to use it.
|
using local::lib you can also choose to install there by specifying
|
||||||
|
--with-perl-lib=$PERL_LOCAL_LIB_ROOT/lib/perl5
|
||||||
|
|
||||||
You can verify that the perl module is loaded and working with "/LOAD"
|
You can verify that the perl module is loaded and working with "/LOAD"
|
||||||
command. It should print something like:
|
command. It should print something like:
|
||||||
|
Loading…
Reference in New Issue
Block a user