Added a few comments here and there
[linux_from_scratch.git] / BOOK / chapter05 / texinfo.xml
blobfad95fb7f62f497ec52d91a9328ec6a0c41c5e33
1 <sect1 id="ch-tools-texinfo">
2 <title>Installing Texinfo-&texinfo-version;</title>
3 <?dbhtml filename="texinfo.html" dir="chapter05"?>
5 <screen>&buildtime; &texinfo-time-tools;
6 &diskspace; &texinfo-compsize-tools;</screen>
8 &aa-texinfo-down;
9 &aa-texinfo-dep;
11 <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
13 <sect2>
14 <title>Installation of Texinfo</title>
16 <para>Prepare Texinfo for compilation:</para>
18 <screen><userinput>./configure --prefix=/tools</userinput></screen>
20 <para>Compile the programs:</para>
22 <screen><userinput>make</userinput></screen>
24 <para>As discussed earlier, we don't recommend running the test suites for the
25 temporary tools here in this chapter. If you still want to run the Texinfo test
26 suite anyway, the following command will do so:</para>
28 <screen><userinput>make check</userinput></screen>
30 <para>Then install them and their documentation:</para>
32 <screen><userinput>make install</userinput></screen>
34 </sect2>
36 <sect2><title>&nbsp;</title><para>&nbsp;</para>
37 <para>The details on this package are found in <xref linkend="contents-texinfo"/>.</para>
38 <para>&nbsp;</para></sect2>
40 </sect1>