Tagging 1.99.1
[linux_from_scratch.git] / newxml / chapter06 / file.xml
blob9a521d024253a08a502847c15fb7eb0f742c0b1a
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 % file-entities SYSTEM "../ent/file.ent">
4   %file-entities;
5 ]>
6 <sect1 id="ch06-file">
7 <title>Installing File-&file-version;</title>
8 <?dbhtml filename="file.html"?>
10 <screen>Estimated build time:           0.1 SBU
11 Estimated required disk space:  6.3 MB</screen>
13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../appendixa/file-contents.xml"/>
17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../appendixa/file-deps.xml"/>
21 <sect2>
22 <title>Installation of File</title>
24 <para>Prepare File for compilation:</para>
26 <screen><userinput>./configure --prefix=/usr</userinput></screen> 
28 <para>Compile the package:</para>
30 <screen><userinput>make</userinput></screen>
32 <para>And install it:</para>
34 <screen><userinput>make install</userinput></screen>
36 </sect2>
38 </sect1>