aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/perl-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/perl-inst.xml')
-rw-r--r--chapter06/perl-inst.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/perl-inst.xml b/chapter06/perl-inst.xml
index 93c71707d..05c565f7f 100644
--- a/chapter06/perl-inst.xml
+++ b/chapter06/perl-inst.xml
@@ -6,11 +6,9 @@ Install Perl by running the following commands:
</para>
<blockquote><literallayout>
-
<userinput>./Configure -Dprefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput>
-
</literallayout></blockquote>
<para>
@@ -22,11 +20,9 @@ to perl as well. The commands with these parameters included will be:
</para>
<blockquote><literallayout>
-
<userinput>./Configure -Dprefix=/usr -d -e &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput>
-
</literallayout></blockquote>
</sect2>