blob: 9eadf1ea002b8b19e0ddc537d113a0bbcf798a20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<sect2>
<title>Installation of Texinfo</title>
<para>
Install Texinfo by running the following commands:
</para>
<para>
<screen>
<userinput>patch -Np1 -i ../texinfo-&texinfo-version;.patch &&</userinput>
<userinput>./configure --prefix=/usr &&</userinput>
<userinput>make &&</userinput>
<userinput>make install &&</userinput>
<userinput>make TEXMF=/usr/share/texmf install-tex</userinput>
</screen>
</para>
</sect2>
|