texinfo-inst.xml 868 B

1234567891011121314151617181920212223242526272829303132
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Texinfo</title>
  4. <para>Prepare Texinfo to be compiled:</para>
  5. <para><screen><userinput>
  6. ./configure --prefix=/usr</userinput></screen></para>
  7. <para>Continue with compiling the package:</para>
  8. <para><screen><userinput>make</userinput></screen></para>
  9. <para>And finish off installing the package:</para>
  10. <para><screen><userinput>make install</userinput></screen></para>
  11. <para><screen><userinput>
  12. make TEXMF=/usr/share/texmf install-tex </userinput></screen></para>
  13. </sect2>
  14. <sect2>
  15. <title>Command explanations</title>
  16. <para><userinput>make TEXMF=/usr/share/texmf install-tex:</userinput>
  17. This installs the texinfo components that belong in a TeX
  18. installation. Although TeX isn't installed on LFS, it's installed here
  19. to complete the texinfo installation. </para>
  20. </sect2>