2001-01-27 01:31:30 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Texinfo</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Install Texinfo by running the following commands:</para>
|
2001-01-27 01:31:30 +00:00
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para><screen><userinput>patch -Np1 -i ../texinfo-&texinfo-version;.patch &&</userinput>
|
2001-07-06 16:25:48 +01:00
|
|
|
<userinput>./configure --prefix=$LFS/usr --disable-nls &&</userinput>
|
|
|
|
<userinput>make LDFLAGS=-static &&</userinput>
|
2001-07-22 20:45:10 +01:00
|
|
|
<userinput>make install</userinput></screen></para>
|
2001-01-27 01:31:30 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|