blob: 2fed3e3b0f41f397daf715bb26354df8a3d744a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<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=$LFS/usr --disable-nls &&</userinput>
<userinput>make LDFLAGS=-static &&</userinput>
<userinput>make install</userinput>
</screen>
</para>
</sect2>
|