texinfo-inst.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Texinfo</title>
  4. <para>Prepare Texinfo for compilation:</para>
  5. <para><screen><userinput>./configure --prefix=/usr</userinput></screen></para>
  6. <para>Compile the package:</para>
  7. <para><screen><userinput>make</userinput></screen></para>
  8. <para>This package has a test suite available which can perform a number of
  9. checks to ensure it built correctly. Should you choose to run it, the
  10. following command will do so:</para>
  11. <para><screen><userinput>make check</userinput></screen></para>
  12. <para>Install the package:</para>
  13. <para><screen><userinput>make install</userinput></screen></para>
  14. <para>And optionally install the components belonging in a TeX installation:</para>
  15. <para><screen><userinput>make TEXMF=/usr/share/texmf install-tex</userinput></screen></para>
  16. <para>The meaning of the make option:</para>
  17. <itemizedlist>
  18. <listitem><para><userinput>TEXMF=/usr/share/texmf</userinput>: The TEXMF
  19. makefile variable holds the location of the root of your TeX tree if, for
  20. example, you plan to install a TeX package later on.</para></listitem>
  21. </itemizedlist>
  22. </sect2>