gettext-inst.xml 942 B

1234567891011121314151617181920212223242526272829
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Gettext</title>
  4. <para>Prepare Gettext to be compiled:</para>
  5. <screen><userinput>./configure --prefix=/tools</userinput></screen>
  6. <para>Compile the programs:</para>
  7. <screen><userinput>make</userinput></screen>
  8. <para>This package has a test suite available which can perform a number of
  9. checks to ensure it built correctly. However, the Gettext test suite here in
  10. Chapter 5 is known to experience failures under certain host conditions -- for
  11. example, if it finds a Java compiler on the host. The Gettext test suite takes
  12. a very long time to run and is not considered critical. Therefore, we don't
  13. recommend running it here. Should you choose to run it, the following command
  14. will do so:</para>
  15. <screen><userinput>make check</userinput></screen>
  16. <para>And install the package:</para>
  17. <screen><userinput>make install</userinput></screen>
  18. </sect2>