diff options
Diffstat (limited to 'chapter06/perl-inst.xml')
-rw-r--r-- | chapter06/perl-inst.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/perl-inst.xml b/chapter06/perl-inst.xml index cfcd8488b..b65a177bc 100644 --- a/chapter06/perl-inst.xml +++ b/chapter06/perl-inst.xml @@ -8,6 +8,12 @@ <para><screen><userinput>./configure.gnu --prefix=/usr</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 +instead and modify the way perl is built. If you think you can live with the +(sensible) defaults perl auto-detects, then just use the command listed +above.</para> + <para>Continue with compiling the package:</para> <para><screen><userinput>make</userinput></screen></para> @@ -16,11 +22,5 @@ <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 -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> |