This commit was manufactured by cvs2svn to create tag 'v5_1_1'.
[linux_from_scratch.git] / BOOK / chapter05 / gettext.xml
blob8215a63a50ae73a5c4af019bb29afe7ae75d4be7
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3   <!ENTITY % general-entities SYSTEM "../general.ent">
4   %general-entities;
5 ]>
6 <sect1 id="ch-tools-gettext">
7 <title>Gettext-&gettext-version;</title>
8 <?dbhtml filename="gettext.html"?>
10 <indexterm zone="ch-tools-gettext">
11 <primary sortas="a-Gettext">Gettext</primary>
12 <secondary>tools</secondary></indexterm>
14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/gettext.xml" xpointer="xpointer(/sect1/para[1])"/>
16 <screen>&buildtime; 0.5 SBU
17 &diskspace; 67.6 MB</screen>
19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/gettext.xml" xpointer="xpointer(/sect1/para[2])"/>
22 <sect2>
23 <title>Installation of Gettext</title>
25 <para>Prepare Gettext for compilation:</para>
27 <screen><userinput>./configure --prefix=/tools</userinput></screen>
29 <para>Compile the programs:</para>
31 <screen><userinput>make</userinput></screen>
33 <para>(If you insist on testing the results, then issue: <userinput>make
34 check</userinput>. This takes a very long time, around 7 SBUs. Moreover, the
35 Gettext test suite is known to experience failures under certain host
36 conditions -- for example when it finds a Java compiler on the host (but an
37 experimental patch to disable Java is available from the LFS Patches
38 project).)</para>
40 <para>And install the package:</para>
42 <screen><userinput>make install</userinput></screen>
44 </sect2>
46 <sect2><title> </title><para> </para>
47 <para>The details on this package are found in <xref linkend="contents-gettext"/>.</para>
48 <para> </para></sect2>
50 </sect1>