aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/texinfo-inst.xml
blob: e92fc10582ec7b5b391e432520ded48c4edc2a76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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 &amp;&amp;</userinput>
<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>make TEXMF=/usr/share/texmf install-tex</userinput></screen></para>

</sect2>