mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
Merge pull request #305 from dequis/install-doc-mention-local-lib
INSTALL: mention local::lib for home directory installations
This commit is contained in:
commit
696bc43bac
1 changed files with 4 additions and 0 deletions
4
INSTALL
4
INSTALL
|
|
@ -94,6 +94,10 @@ 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
|
||||||
|
module is recommended. Read its docs, bootstrap it if needed, ensure that
|
||||||
|
the environment variables are set before running the configure script, and
|
||||||
|
append "--with-perl-lib=site" to the configure parameters to use it.
|
||||||
|
|
||||||
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…
Add table
Add a link
Reference in a new issue