lfs/chapter05/texinfo-inst.xml

19 lines
412 B
XML
Raw Normal View History

<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 &amp;&amp;</userinput>
<userinput>./configure --prefix=$LFS/usr --disable-nls &amp;&amp;</userinput>
<userinput>make LDFLAGS=-static &amp;&amp;</userinput>
<userinput>make install</userinput>
</screen>
</para>
</sect2>