gettext.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <sect1 id="ch-tools-gettext">
  2. <title>Installing Gettext-&gettext-version;</title>
  3. <?dbhtml filename="gettext.html" dir="chapter05"?>
  4. <screen>&buildtime; &gettext-time-tools;
  5. &diskspace; &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>(If you insist on testing the results, then issue: <userinput>make
  16. check</userinput>. This takes a very long time, around 6 SBUs. Moreover, the
  17. Gettext test suite is known to experience failures under certain host
  18. conditions -- for example when it finds a Java compiler on the host (but an
  19. experimental patch to disable Java is available from the LFS Patches
  20. project).)</para>
  21. <para>And install the package:</para>
  22. <screen><userinput>make install</userinput></screen>
  23. </sect2>
  24. <sect2><title>&nbsp;</title><para>&nbsp;</para>
  25. <para>The details on this package are found in <xref linkend="contents-gettext"/>.</para>
  26. <para>&nbsp;</para></sect2>
  27. </sect1>