Re: How do I run the makefile code - DOES NOT MAKE SENSE
Subject: Re: How do I run the makefile code - DOES NOT MAKE SENSE
From: Kevin Bailey <..hidden..>
Date: Wed, 17 Oct 2012 09:58:27 +0100
On 17/10/12 06:41, Chris Travers wrote:
On Tue, Oct 16, 2012 at 10:06 PM, Kevin
Bailey <..hidden..>
wrote:
How do I run the makefile code?
Should it be run as root?
Should I cd into the base directory of the LS files first?
Probably best to run it as root since it means installing
the dependencies.
Also it is best to avoid "make install" for 1.3, since it
means running make install on every minor upgrade. In trunk
(1.4), make install is supported for some types of
installations.
But the INSTALL file which comes with this 1.3 file says to run:
$ perl
Makefile.PL
$ make install
So what do you mean - probably best not to run "make install"?