1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
6 <sect1 id="ch-tools-texinfo" role="wrap">
7 <title>Texinfo-&texinfo-version;</title>
8 <?dbhtml filename="texinfo.html"?>
10 <sect2 role="package"><title/>
13 <segtitle>&buildtime;</segtitle>
14 <segtitle>&diskspace;</segtitle>
15 <seglistitem><seg>0.2 SBU</seg><seg>16 MB</seg></seglistitem>
20 <sect2 role="installation">
21 <title>Installation of Texinfo</title>
23 <para>Prepare Texinfo for compilation:</para>
25 <screen><userinput>./configure --prefix=/tools</userinput></screen>
27 <para>Compile the package:</para>
29 <screen><userinput>make</userinput></screen>
31 <para>To test the results, issue:
32 <userinput>make check</userinput></para>
34 <para>Install the package:</para>
36 <screen><userinput>make install</userinput></screen>