gettext.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <sect1 id="ch06-gettext">
  2. <title>Installing Gettext-&gettext-version;</title>
  3. <?dbhtml filename="gettext.html" dir="chapter06"?>
  4. <screen>Estimated build time: &gettext-time;
  5. Estimated required disk space: &gettext-compsize;</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=/usr</userinput></screen>
  13. <para>Compile the package:</para>
  14. <screen><userinput>make</userinput></screen>
  15. <para>This package has a test suite available which performs a number of
  16. checks to ensure it will function correctly. It's worth noting that Gettext
  17. does not play a critical role in the overall operation of an LFS system. In
  18. addition, the Gettext test suite runs for quite a long period of time.
  19. Accordingly, the running of the test suite here is not crucial. Should you
  20. choose to run the Gettext test suite, the following command will do
  21. 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>