2020-06-07 21:16:00 +01:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2020-06-22 17:45:31 +01:00
|
|
|
<sect1 id="ch-tools-texinfo" role="wrap">
|
|
|
|
<?dbhtml filename="texinfo.html"?>
|
2020-06-07 21:16:00 +01:00
|
|
|
|
|
|
|
<sect1info condition="script">
|
|
|
|
<productname>texinfo</productname>
|
|
|
|
<productnumber>&texinfo-version;</productnumber>
|
|
|
|
<address>&texinfo-url;</address>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>Texinfo-&texinfo-version;</title>
|
|
|
|
|
2020-06-22 17:45:31 +01:00
|
|
|
<indexterm zone="ch-tools-texinfo">
|
2020-06-07 21:16:00 +01:00
|
|
|
<primary sortas="a-Texinfo">Texinfo</primary>
|
|
|
|
<secondary>temporary</secondary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title/>
|
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2020-06-08 09:12:16 +01:00
|
|
|
href="../chapter08/texinfo.xml"
|
2020-06-07 21:16:00 +01:00
|
|
|
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>&buildtime;</segtitle>
|
|
|
|
<segtitle>&diskspace;</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
2020-06-11 13:55:28 +01:00
|
|
|
<seg>&texinfo-tmp-sbu;</seg>
|
|
|
|
<seg>&texinfo-tmp-du;</seg>
|
2020-06-07 21:16:00 +01:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Texinfo</title>
|
|
|
|
|
2021-08-03 02:52:40 +01:00
|
|
|
<para>First, fix an issue building the package with Glibc-2.34 or later:</para>
|
|
|
|
|
|
|
|
<screen><userinput remap="pre">sed -e 's/__attribute_nonnull__/__nonnull/' \
|
|
|
|
-i gnulib/lib/malloc/dynarray-skeleton.c</userinput></screen>
|
|
|
|
|
2020-06-07 21:16:00 +01:00
|
|
|
<para>Prepare Texinfo for compilation:</para>
|
|
|
|
|
|
|
|
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
|
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
|
|
<screen><userinput remap="make">make</userinput></screen>
|
|
|
|
|
|
|
|
<para>Install the package:</para>
|
|
|
|
|
|
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title/>
|
|
|
|
|
2020-06-11 06:55:06 +01:00
|
|
|
<para>Details on this package are located in <xref linkend="contents-texinfo" role="."/></para>
|
2020-06-07 21:16:00 +01:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|