texinfo-inst.xml 303 B

1234567891011121314
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Texinfo</title>
  4. <para><screen><userinput>CFLAGS="-O2 -pipe" ./configure --prefix=/stage1
  5. make LDFLAGS="-s"
  6. make check
  7. make install
  8. make TEXMF=/stage1/share/texmf install-tex</userinput></screen></para>
  9. </sect2>