2001-01-27 01:31:30 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Texinfo</title>
|
|
|
|
|
2003-01-15 07:45:14 +00:00
|
|
|
<para>Prepare Texinfo to be compiled:</para>
|
2001-01-27 01:31:30 +00:00
|
|
|
|
2002-12-30 03:12:54 +00:00
|
|
|
<para><screen><userinput>LDFLAGS="-static" ./configure --prefix=$LFS/static \
|
2003-01-15 07:45:14 +00:00
|
|
|
--disable-nls</userinput></screen></para>
|
|
|
|
|
|
|
|
<para>Continue with compiling the package:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make</userinput></screen></para>
|
|
|
|
|
|
|
|
<para>Finish installing the package:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make install</userinput></screen></para>
|
2001-01-27 01:31:30 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|