2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Texinfo</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install Texinfo by running the following commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<blockquote><literallayout>
|
2001-06-20 05:43:00 +01:00
|
|
|
<userinput>patch -Np1 -i ../texinfo-&texinfo-version;.patch
|
|
|
|
&&</userinput>
|
2001-01-24 00:31:17 +00:00
|
|
|
<userinput>./configure --prefix=/usr &&</userinput>
|
|
|
|
<userinput>make &&</userinput>
|
2001-04-22 21:13:05 +01:00
|
|
|
<userinput>make install &&</userinput>
|
|
|
|
<userinput>make TEXMF=/usr/share/texmf install-tex</userinput>
|
2001-01-24 00:31:17 +00:00
|
|
|
</literallayout></blockquote>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|