gettext.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <sect1 id="ch-system-gettext" xreflabel="Gettext">
  2. <title>Installing Gettext-&gettext-version;</title>
  3. <?dbhtml filename="gettext.html" dir="chapter06"?>
  4. <para>The Gettext package contains utilities for internationalization and
  5. localization. These allow programs to be compiled with Native Language Support
  6. (NLS), enabling them to output messages in the user's native language.</para>
  7. <screen>&buildtime; &gettext-time;
  8. &diskspace; &gettext-compsize;</screen>
  9. &aa-gettext-down;
  10. &aa-gettext-dep;
  11. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  12. <sect2>
  13. <title>Installation of Gettext</title>
  14. <para>Prepare Gettext for compilation:</para>
  15. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  16. <para>Compile the package:</para>
  17. <screen><userinput>make</userinput></screen>
  18. <para>To have the results tested, issue:
  19. <userinput>make check</userinput>. This takes a very long time, around
  20. 7 SBUs.</para>
  21. <para>And install the package:</para>
  22. <screen><userinput>make install</userinput></screen>
  23. </sect2>
  24. &aa-gettext-shortdesc;
  25. &aa-gettext-desc;
  26. </sect1>