Added a few comments here and there
[linux_from_scratch.git] / newxml / chapter05 / tar.xml
blob26096c7414fe4ae8c4f7a7ff15d4985084c14e8e
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3CR2//EN" "http://www.docbook.org/xml/4.3CR2/docbookx.dtd" [
3   <!ENTITY % tar-entities SYSTEM "../ent/tar.ent">
4   %tar-entities;
5 ]>
6 <sect1 id="ch05-tar">
7 <title>Installing Tar-&tar-version;</title>
8 <?dbhtml filename="tar.html"?>
10 <screen>Estimated build time:           0.2 SBU
11 Estimated required disk space:  10 MB</screen>
13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../appendixa/tar-contents.xml"/>
16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../appendixa/tar-deps.xml"/>
20 <sect2>
21 <title>Installation of Tar</title>
23 <para>Prepare Tar for compilation:</para>
25 <screen><userinput>./configure --prefix=/tools</userinput></screen>
27 <para>Compile the programs:</para>
29 <screen><userinput>make</userinput></screen>
31 <para>This package has a test suite available which can perform a number of
32 checks to ensure it built correctly.  Should you choose to run it, the 
33 following command will do so:</para>
35 <screen><userinput>make check</userinput></screen>
37 <para>Then install them and their documentation:</para>
39 <screen><userinput>make install</userinput></screen>
41 </sect2>
43 </sect1>