Files
master/chapter05/diffutils.html
wxy efa9c8bd8b 重新设置了页面字符集
如有冲突,手工解决一下。
2015-04-23 00:48:01 +08:00

138 lines
4.3 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.19.&nbsp;Diffutils-3.3
</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>
Chapter&nbsp;5.&nbsp;Constructing a Temporary System
</h3>
<ul>
<li class="prev">
<a accesskey="p" href="coreutils.html" title=
"Coreutils-8.23">Prev</a>
<p>
Coreutils-8.23
</p>
</li>
<li class="next">
<a accesskey="n" href="file.html" title="File-5.22">Next</a>
<p>
File-5.22
</p>
</li>
<li class="up">
<a accesskey="u" href="chapter05.html" title=
"Chapter&nbsp;5.&nbsp;Constructing a Temporary System">Up</a>
</li>
<li class="home">
<a accesskey="h" href="../index.html" title=
"Linux From Scratch - Version 7.7-systemd">Home</a>
</li>
</ul>
</div>
<div class="wrap" lang="en" xml:lang="en">
<h1 class="sect1">
<a id="ch-tools-diffutils" name="ch-tools-diffutils"></a>5.19.
Diffutils-3.3
</h1>
<div class="package" lang="en" xml:lang="en">
<p>
The Diffutils package contains programs that show the differences
between files or directories.
</p>
<div class="segmentedlist">
<div class="seglistitem">
<div class="seg">
<strong class="segtitle">Approximate build time:</strong>
<span class="segbody">0.2 SBU</span>
</div>
<div class="seg">
<strong class="segtitle">Required disk space:</strong>
<span class="segbody">21 MB</span>
</div>
</div>
</div>
</div>
<div class="installation" lang="en" xml:lang="en">
<h2 class="sect2">
5.19.1. Installation of Diffutils
</h2>
<p>
Prepare Diffutils for compilation:
</p>
<pre class="userinput">
<kbd class="command">./configure --prefix=/tools</kbd>
</pre>
<p>
Compile the package:
</p>
<pre class="userinput">
<kbd class="command">make</kbd>
</pre>
<p>
Compilation is now complete. As discussed earlier, running the test
suite is not mandatory for the temporary tools here in this
chapter. To run the Diffutils test suite anyway, issue the
following command:
</p>
<pre class="userinput">
<kbd class="command">make check</kbd>
</pre>
<p>
Install the package:
</p>
<pre class="userinput">
<kbd class="command">make install</kbd>
</pre>
</div>
<div class="content" lang="en" xml:lang="en">
<p>
Details on this package are located in <a class="xref" href=
"../chapter06/diffutils.html#contents-diffutils" title=
"6.46.2.&nbsp;Contents of Diffutils">Section&nbsp;6.46.2,
&ldquo;Contents of Diffutils.&rdquo;</a>
</p>
</div>
</div>
<div class="navfooter">
<ul>
<li class="prev">
<a accesskey="p" href="coreutils.html" title=
"Coreutils-8.23">Prev</a>
<p>
Coreutils-8.23
</p>
</li>
<li class="next">
<a accesskey="n" href="file.html" title="File-5.22">Next</a>
<p>
File-5.22
</p>
</li>
<li class="up">
<a accesskey="u" href="chapter05.html" title=
"Chapter&nbsp;5.&nbsp;Constructing a Temporary System">Up</a>
</li>
<li class="home">
<a accesskey="h" href="../index.html" title=
"Linux From Scratch - Version 7.7-systemd">Home</a>
</li>
</ul>
</div>
</body>
</html>