Added a few comments here and there
[linux_from_scratch.git] / BOOK / chapter06 / diffutils.xml
blob2032440335b084060362247f87bde4705f0e4756
1 <sect1 id="ch-system-diffutils" xreflabel="Diffutils">
2 <title>Installing Diffutils-&diffutils-version;</title>
3 <?dbhtml filename="diffutils.html" dir="chapter06"?>
5 <para>The Diffutils package contains programs that show the differences
6 between files or directories.</para>
8 <screen>&buildtime; &diffutils-time;
9 &diskspace; &diffutils-compsize;</screen>
11 &aa-diffutils-down;
12 &aa-diffutils-dep;
14 <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
16 <sect2>
17 <title>Installation of Diffutils</title>
19 <para>Prepare Diffutils for compilation:</para>
21 <screen><userinput>./configure --prefix=/usr</userinput></screen>
23 <para>Compile the package:</para>
25 <screen><userinput>make</userinput></screen>
27 <para>And install it:</para>
29 <screen><userinput>make install</userinput></screen>
31 </sect2>
33 &aa-diffutils-shortdesc;
34 &aa-diffutils-desc;
36 </sect1>