Added a few comments here and there
[linux_from_scratch.git] / newxml / chapter05 / gawk.xml
blob46d55ebbc25db270c12f16e7eb2b06768e8fa62b
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 % gawk-entities SYSTEM "../ent/gawk.ent">
4   %gawk-entities;
5 ]>
6 <sect1 id="ch05-gawk">
7 <title>Installing Gawk-&gawk-version;</title>
8 <?dbhtml filename="gawk.html"?>
10 <screen>Estimated build time:           0.2 SBU
11 Estimated required disk space:  17 MB</screen>
13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../appendixa/gawk-contents.xml"/>
16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../appendixa/gawk-deps.xml"/>
20 <sect2>
21 <title>Installation of Gawk</title>
23 <para>Prepare Gawk for compilation:</para>
25 <screen><userinput>./configure --prefix=/tools</userinput></screen>
27 <para>Compile the package:</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>And install it:</para>
39 <screen><userinput>make install</userinput></screen>
41 </sect2>
43 </sect1>