LDP/LDP/retired/LFS/chapter06/perl-inst.xml

18 lines
543 B
XML
Raw Normal View History

2002-03-20 23:31:55 +00:00
<sect2>
<title>Installation of Perl</title>
<para>Install Perl by running the following commands:</para>
<para><screen><userinput>./configure.gnu --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
<para>If you want more control over the way perl sets itself up to be
2002-10-07 16:04:19 +00:00
built, you can run the interactive <userinput>Configure</userinput> script
2002-03-20 23:31:55 +00:00
and modify the way perl is built. If you think you can live with the
(sensible) defaults perl auto-detects, then just use the commands listed
above.</para>
</sect2>