Added a few comments here and there
[linux_from_scratch.git] / newxml / chapter05 / sed.xml
blobfa9ef8cc12cda32a6ceb36733a3862b231c88b33
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 % sed-entities SYSTEM "../ent/sed.ent">
4   %sed-entities;
5 ]>
6 <sect1 id="ch05-sed">
7 <title>Installing Sed-&sed-version;</title>
8 <?dbhtml filename="sed.html"?>
10 <screen>Estimated build time:           0.2 SBU
11 Estimated required disk space:  5.2 MB</screen>
13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../appendixa/sed-contents.xml"/>
17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../appendixa/sed-deps.xml"/>
21 <sect2>
22 <title>Installation of Sed</title>
24 <para>Prepare Sed for compilation:</para>
26 <screen><userinput>./configure --prefix=/tools</userinput></screen>
28 <para>Compile the program:</para>
30 <screen><userinput>make</userinput></screen>
32 <para>This package has a test suite available which can perform a number of
33 checks to ensure it built correctly.  Should you choose to run it, the 
34 following command will do so:</para>
36 <screen><userinput>make check</userinput></screen>
38 <para>Then install it and its documentation:</para>
40 <screen><userinput>make install</userinput></screen>
42 </sect2>
44 </sect1>