gettext-inst.xml 626 B

123456789101112131415161718192021222324
  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. <para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
  6. <para>Compile the programs:</para>
  7. <para><screen><userinput>make </userinput></screen></para>
  8. <para>Check that the programs work correctly (this takes so long you can go
  9. for a walk):</para>
  10. <para><screen><userinput>make check</userinput></screen></para>
  11. <para>Then install them and their documentation:</para>
  12. <para><screen><userinput>make install</userinput></screen></para>
  13. </sect2>