gettext.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-tools-gettext">
  7. <title>Gettext-&gettext-version;</title>
  8. <?dbhtml filename="gettext.html"?>
  9. <indexterm zone="ch-tools-gettext">
  10. <primary sortas="a-Gettext">Gettext</primary>
  11. <secondary>tools</secondary></indexterm>
  12. <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/gettext.xml" xpointer="xpointer(/sect1/para[1])"/>
  13. <screen>&buildtime; 0.5 SBU
  14. &diskspace; 55 MB</screen>
  15. <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/gettext.xml" xpointer="xpointer(/sect1/para[2])"/>
  16. <sect2>
  17. <title>Installation of Gettext</title>
  18. <para>Prepare Gettext for compilation:</para>
  19. <screen><userinput>./configure --prefix=/tools</userinput></screen>
  20. <para>Compile the programs:</para>
  21. <screen><userinput>make</userinput></screen>
  22. <para>(If you insist on testing the results, then issue: <userinput>make
  23. check</userinput>. This takes a very long time, around 7 SBUs. Moreover, the
  24. Gettext test suite is known to experience failures under certain host
  25. conditions -- for example when it finds a Java compiler on the host (but an
  26. experimental patch to disable Java is available from the LFS Patches
  27. project).)</para>
  28. <para>And install the package:</para>
  29. <screen><userinput>make install</userinput></screen>
  30. </sect2>
  31. <sect2><title> </title><para> </para>
  32. <para>The details on this package are found in <xref linkend="contents-gettext"/>.</para>
  33. <para> </para></sect2>
  34. </sect1>