gettext-inst.xml 921 B

12345678910111213141516171819202122232425262728
  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 cause problems if for instance it finds a Java compiler
  11. on the host. It also takes a very long time to run and is considered not
  12. critical to the success of the overall build. We therefore recommend not to run
  13. it here. Should you choose to run it, the following command will do so:</para>
  14. <screen><userinput>make check</userinput></screen>
  15. <para>And install the package:</para>
  16. <screen><userinput>make install</userinput></screen>
  17. </sect2>