gettext.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. &aa-gettext-down;
  7. &aa-gettext-dep;
  8. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  9. <sect2>
  10. <title>Installation of Gettext</title>
  11. <para>Prepare Gettext for compilation:</para>
  12. <screen><userinput>./configure --prefix=/tools</userinput></screen>
  13. <para>Compile the programs:</para>
  14. <screen><userinput>make</userinput></screen>
  15. <para>This package has a test suite available which can perform a number of
  16. checks to ensure it built correctly. However, the Gettext test suite is known
  17. to experience failures under certain host conditions -- for
  18. example, if it finds a Java compiler on the host (Note: an experimental patch
  19. to disable Java is available from the patches project). The Gettext test suite
  20. takes a very long time to run and is not considered critical. Therefore,
  21. we don't recommend running it here. Should you choose to run it, the following
  22. command will do so:</para>
  23. <screen><userinput>make check</userinput></screen>
  24. <para>And install the package:</para>
  25. <screen><userinput>make install</userinput></screen>
  26. </sect2>
  27. <sect2><title>&nbsp;</title><para>&nbsp;</para>
  28. <para>The details on this package are found in <xref linkend="contents-gettext"/>.</para>
  29. <para>&nbsp;</para></sect2>
  30. </sect1>