diff options
Diffstat (limited to 'chapter06/perl-inst.xml')
-rw-r--r-- | chapter06/perl-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/perl-inst.xml b/chapter06/perl-inst.xml index 66b067ed2..313fcf3fc 100644 --- a/chapter06/perl-inst.xml +++ b/chapter06/perl-inst.xml @@ -3,7 +3,8 @@ <para>Install Perl by running the following commands:</para> -<para><screen><userinput>./configure.gnu --prefix=/usr && +<para><screen><userinput>patch -Np1 -i ../perl-&perl-version;.patch && +./configure.gnu --prefix=/usr && make && make install</userinput></screen></para> |