Tagging 1.99.1
[linux_from_scratch.git] / BOOK / chapter05 / gettext.xml
bloba8eda134edbf7ce72ae20b32bc60f8f047b3fd22
1 <sect1 id="ch-tools-gettext">
2 <title>Installing Gettext-&gettext-version;</title>
3 <?dbhtml filename="gettext.html" dir="chapter05"?>
5 <screen>&buildtime; &gettext-time-tools;
6 &diskspace; &gettext-compsize-tools;</screen>
8 &aa-gettext-down;
9 &aa-gettext-dep;
11 <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
13 <sect2>
14 <title>Installation of Gettext</title>
16 <para>Prepare Gettext for compilation:</para>
18 <screen><userinput>./configure --prefix=/tools</userinput></screen>
20 <para>Compile the programs:</para>
22 <screen><userinput>make</userinput></screen>
24 <para>As discussed earlier, we don't recommend running the test suites for the
25 temporary tools here in this chapter. If you still want to run the Gettext test
26 suite anyway, the following command will do so. However, you should be aware
27 that the Gettext test suite is known to experience failures under certain host
28 conditions -- for example, when it finds a Java compiler on the host (Note: an
29 experimental patch to disable Java is available from the patches project). Not
30 only that, the Gettext test suite takes an excessive amount of time to run and
31 is not considered critical:</para>
33 <screen><userinput>make check</userinput></screen>
35 <para>And install the package:</para>
37 <screen><userinput>make install</userinput></screen>
39 </sect2>
41 <sect2><title>&nbsp;</title><para>&nbsp;</para>
42 <para>The details on this package are found in <xref linkend="contents-gettext"/>.</para>
43 <para>&nbsp;</para></sect2>
45 </sect1>