texinfo-inst.xml 277 B

1234567891011
  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 --disable-nls &amp;&amp;
  5. make LDFLAGS=-static &amp;&amp;
  6. make install</userinput></screen></para>
  7. </sect2>