aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/texinfo-inst.xml
blob: d52951b087f557bcff920ce02c06cb30ab43a023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<sect2>
<title>Installation of Texinfo</title>

<para>Install Texinfo by running the following commands:</para>

<para><screen><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>