diff options
author | dequis <dx@dxzone.com.ar> | 2015-09-27 02:15:14 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-09-27 02:15:14 -0300 |
commit | 6f9fc5d5230f6d094130bd4f0ce659b740ed2a54 (patch) | |
tree | af470f45ed3b29b58c5fb7c10e62ddaf691138fc /INSTALL | |
parent | 18989e76dbf42d39ce1906d37cf5bfcc43422f32 (diff) | |
download | irssi-6f9fc5d5230f6d094130bd4f0ce659b740ed2a54.zip |
INSTALL: mention local::lib for home directory installations
I had problems installing this and this file didn't have the answer.
So I'm adding what nei told me to do.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -94,6 +94,10 @@ things that can go wrong: - 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 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" command. It should print something like: |