texinfo-inst.xml 303 B

123456789101112
  1. <sect2>
  2. <title>Installation of Texinfo</title>
  3. <para>Install Texinfo by running the following commands:</para>
  4. <para><screen><userinput>./configure --prefix=$LFS/usr \
  5. &nbsp;&nbsp;&nbsp;&nbsp;--disable-nls &amp;&amp;
  6. make LDFLAGS=-static &amp;&amp;
  7. make install</userinput></screen></para>
  8. </sect2>