|
@@ -15,7 +15,7 @@ Estimated required disk space: &perl-compsize;</screen>
|
|
|
|
|
|
<para>Prepare Perl for compilation:</para>
|
|
|
|
|
|
-<screen><userinput>./configure.gnu --prefix=/usr</userinput></screen>
|
|
|
+<screen><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"</userinput></screen>
|
|
|
|
|
|
<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
|
|
@@ -23,6 +23,9 @@ 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>The use of the -Dpager directive above fixes a small problem with the
|
|
|
+perldoc program, due to improper invocation of the less program.</para>
|
|
|
+
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
<screen><userinput>make</userinput></screen>
|