texinfo-inst.xml 294 B

123456789101112
  1. <sect2>
  2. <title>Installation of Texinfo</title>
  3. <para>Install Texinfo by running the following commands:</para>
  4. <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
  5. make &amp;&amp;
  6. make install &amp;&amp;
  7. make TEXMF=/usr/share/texmf install-tex</userinput></screen></para>
  8. </sect2>