aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/perl-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-01-15 21:41:38 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-01-15 21:41:38 +0000
commita2e1a8722c951935cb7afa43e2ad93b746b1c704 (patch)
tree5bd5486f9a1269310c77a3e23e5f97ed70e11b40 /chapter06/perl-inst.xml
parente6171525b9980827f241d75635f229eccf67d0df (diff)
c6-perl conversion patch by Billy
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2343 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl-inst.xml')
-rw-r--r--chapter06/perl-inst.xml17
1 files changed, 13 insertions, 4 deletions
diff --git a/chapter06/perl-inst.xml b/chapter06/perl-inst.xml
index eefcfc8cd..cfcd8488b 100644
--- a/chapter06/perl-inst.xml
+++ b/chapter06/perl-inst.xml
@@ -1,11 +1,20 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<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>Prepare Perl to be compiled:</para>
+
+<para><screen><userinput>./configure.gnu --prefix=/usr</userinput></screen></para>
+
+<para>Continue with compiling the package:</para>
+
+<para><screen><userinput>make</userinput></screen></para>
+
+<para>And finish off installing the package:</para>
+
+<para><screen><userinput>make install</userinput></screen></para>
<para>If you want more control over the way perl sets itself up to be
built, you can run the interactive <userinput>Configure</userinput> script