gettext.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <sect1 id="ch05-gettext">
  2. <title>Installing Gettext-&gettext-version;</title>
  3. <?dbhtml filename="gettext.html" dir="chapter05"?>
  4. <screen>Estimated build time: &gettext-time-tools;
  5. Estimated required disk space: &gettext-compsize-tools;</screen>
  6. <para>For the package details see <xref linkend="contents-gettext"/>.</para>
  7. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  8. <sect2>
  9. <title>Installation of Gettext</title>
  10. <para>Prepare Gettext for compilation:</para>
  11. <screen><userinput>./configure --prefix=/tools</userinput></screen>
  12. <para>Compile the programs:</para>
  13. <screen><userinput>make</userinput></screen>
  14. <para>This package has a test suite available which can perform a number of
  15. checks to ensure it built correctly. However, the Gettext test suite here in
  16. Chapter 5 is known to experience failures under certain host conditions -- for
  17. example, if it finds a Java compiler on the host. The Gettext test suite takes
  18. a very long time to run and is not considered critical. Therefore, we don't
  19. recommend running it here. Should you choose to run it, the following command
  20. will do so:</para>
  21. <screen><userinput>make check</userinput></screen>
  22. <para>And install the package:</para>
  23. <screen><userinput>make install</userinput></screen>
  24. </sect2>
  25. </sect1>