aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/texinfo-inst.xml
blob: abe723e793b11e2d67981a49af8a84cf1615201f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>

<sect2>
<title>Installation of Texinfo</title>

<para>Prepare Texinfo to be compiled:</para>

<para><screen><userinput>
./configure --prefix=/usr</userinput></screen></para>

<para>Continue with compiling the package:</para>

<para><screen><userinput>make</userinput></screen></para>

<para>And finish off installing the package:</para>

<para><screen><userinput>make install</userinput></screen></para>
<para><screen><userinput>
make TEXMF=/usr/share/texmf install-tex </userinput></screen></para>
</sect2>

<sect2>
<title>Command explanations</title>

<para><userinput>make TEXMF=/usr/share/texmf install-tex:</userinput>
This installs the texinfo components that belong in a TeX
installation. Although TeX isn't installed on LFS, it's installed here
to complete the texinfo installation. </para>

</sect2>