Added a few comments here and there
[linux_from_scratch.git] / newxml / chapter06 / gettext.xml
blob97402f697b0f75cf8b0fd9cc8bb7e3520424778a
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 % gettext-entities SYSTEM "../ent/gettext.ent">
4   %gettext-entities;
5 ]>
6 <sect1 id="ch06-gettext">
7 <title>Installing Gettext-&gettext-version;</title>
8 <?dbhtml filename="gettext.html"?>
10 <screen>Estimated build time:           6.9 SBU
11 Estimated required disk space:  55 MB</screen>
13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../appendixa/gettext-contents.xml"/>
16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../appendixa/gettext-deps.xml"/>
20 <sect2>
21 <title>Installation of Gettext</title>
23 <para>Prepare Gettext for compilation:</para>
25 <screen><userinput>./configure --prefix=/usr</userinput></screen>
27 <para>Compile the package:</para>
29 <screen><userinput>make</userinput></screen>
31 <para>This package has a test suite available which performs a number of
32 checks to ensure it will function correctly. It's worth noting that Gettext
33 does not play a critical role in the overall operation of an LFS system. In
34 addition, the Gettext test suite runs for quite a long period of time.
35 Accordingly, the running of the test suite here is not crucial. Should you
36 choose to run the Gettext test suite, the following command will do
37 so:</para>
39 <screen><userinput>make check</userinput></screen>
41 <para>And install the package:</para>
43 <screen><userinput>make install</userinput></screen>
45 </sect2>
47 </sect1>