gettext.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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-shortdesc;
  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 here in
  17. Chapter 5 is known to experience failures under certain host conditions -- for
  18. example, if it finds a Java compiler on the host. The Gettext test suite takes
  19. a very long time to run and is not considered critical. Therefore, we don't
  20. recommend running it here. Should you choose to run it, the following command
  21. will do so:</para>
  22. <screen><userinput>make check</userinput></screen>
  23. <para>And install the package:</para>
  24. <screen><userinput>make install</userinput></screen>
  25. </sect2>
  26. </sect1>