mirror of
https://github.com/LCTT/LFS-BOOK-7.7-systemd.git
synced 2026-01-14 00:49:09 +00:00
138 lines
4.5 KiB
HTML
138 lines
4.5 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
<head>
|
||
<meta http-equiv="Content-Type" content=
|
||
"application/xhtml+xml; charset=utf-8" />
|
||
<title>
|
||
5.29. Perl-5.20.2
|
||
</title>
|
||
<link rel="stylesheet" type="text/css" href="../stylesheets/lfs.css" />
|
||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1" />
|
||
<link rel="stylesheet" href="../stylesheets/lfs-print.css" type="text/css"
|
||
media="print" />
|
||
</head>
|
||
<body class="lfs" id="lfs-7.7-systemd">
|
||
<div class="navheader">
|
||
<h4>
|
||
Linux From Scratch - Version 7.7-systemd
|
||
</h4>
|
||
<h3>
|
||
第五章 构建临时系统
|
||
</h3>
|
||
<ul>
|
||
<li class="prev">
|
||
<a accesskey="p" href="patch.html" title="Patch-2.7.4">上一页</a>
|
||
<p>
|
||
Patch-2.7.4
|
||
</p>
|
||
</li>
|
||
<li class="next">
|
||
<a accesskey="n" href="sed.html" title="Sed-4.2.2">下一页</a>
|
||
<p>
|
||
Sed-4.2.2
|
||
</p>
|
||
</li>
|
||
<li class="up">
|
||
<a accesskey="u" href="chapter05.html" title=
|
||
"第五章 构建临时系统">返回</a>
|
||
</li>
|
||
<li class="home">
|
||
<a accesskey="h" href="../index.html" title=
|
||
"Linux From Scratch - Version 7.7-systemd">首页</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="wrap" lang="en" xml:lang="en">
|
||
<h1 class="sect1">
|
||
<a id="ch-tools-perl" name="ch-tools-perl"></a>5.29. Perl-5.20.2
|
||
</h1>
|
||
<div class="package" lang="en" xml:lang="en">
|
||
<p>
|
||
Perl软件包包含了处理实用报表提取语言(Practical Extraction and Report Language)的程序。
|
||
</p>
|
||
<div class="segmentedlist">
|
||
<div class="seglistitem">
|
||
<div class="seg">
|
||
<strong class="segtitle">估计构建时间:</strong>
|
||
<span class="segbody">1.2 SBU</span>
|
||
</div>
|
||
<div class="seg">
|
||
<strong class="segtitle">所需磁盘空间:</strong>
|
||
<span class="segbody">298 MB</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="installation" lang="en" xml:lang="en">
|
||
<h2 class="sect2">
|
||
5.29.1. 安装Perl
|
||
</h2>
|
||
<p>
|
||
配置Perl准备编译:
|
||
</p>
|
||
<pre class="userinput">
|
||
<kbd class="command">sh Configure -des -Dprefix=/tools -Dlibs=-lm</kbd>
|
||
</pre>
|
||
<p>
|
||
编译软件包:
|
||
</p>
|
||
<pre class="userinput">
|
||
<kbd class="command">make</kbd>
|
||
</pre>
|
||
<p>
|
||
虽然Perl软件包自带测试套件,最好还是等下一章中它被完整安装之后再运行。
|
||
</p>
|
||
<p>
|
||
这次我们只需要安装一小部分应用和库。
|
||
</p>
|
||
<pre class="userinput">
|
||
<kbd class="command">cp -v perl cpan/podlators/pod2man /tools/bin
|
||
mkdir -pv /tools/lib/perl5/5.20.2
|
||
cp -Rv lib/* /tools/lib/perl5/5.20.2</kbd>
|
||
</pre>
|
||
</div>
|
||
<div class="content" lang="en" xml:lang="en">
|
||
<p>
|
||
关于这个软件包的详细资料请查看本书章节:<a class="xref" href=
|
||
"../chapter06/perl.html#contents-perl" title=
|
||
"6.42.2. Perl软件包内容">6.42.2,
|
||
“Perl软件包内容”</a>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="navfooter">
|
||
<div class="book">
|
||
<div class="titlepage">
|
||
<div class="author">
|
||
<span class="firstname">翻译团队:<a href="http://lctt.github.io/" target="_blank">LCTT</a></span>
|
||
<span class="surname">译者/校对:<a href="http://github.com/zpl1025" target="_blank">zpl1025</a>/</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<ul>
|
||
<li class="prev">
|
||
<a accesskey="p" href="patch.html" title="Patch-2.7.4">上一页</a>
|
||
<p>
|
||
Patch-2.7.4
|
||
</p>
|
||
</li>
|
||
<li class="next">
|
||
<a accesskey="n" href="sed.html" title="Sed-4.2.2">下一页</a>
|
||
<p>
|
||
Sed-4.2.2
|
||
</p>
|
||
</li>
|
||
<li class="up">
|
||
<a accesskey="u" href="chapter05.html" title=
|
||
"第五章 构建临时系统">返回</a>
|
||
</li>
|
||
<li class="home">
|
||
<a accesskey="h" href="../index.html" title=
|
||
"Linux From Scratch - Version 7.7-systemd">首页</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</body>
|
||
</html>
|