Install Perl

xiaoxiao2021-03-06  41

Install Perl to prepare for compiling Perl:

./configure.gnu --Prefix = / usr -dpager = "/ bin / less -ism"

If you want to control the Perl settings, you can run the Configure script that interacts to change some default configurations. If you can accept the auto configuration of Perl (very sensible), use the above command.

The configuration parameters mean:

-Dpager = "/ bin / less": Correct an error when the Perldoc code calls the LESS program.

Compile package:

Make

Make test

Install the package:

Make Install

转载请注明原文地址:https://www.9cbs.com/read-83032.html

New Post(0)