* Upgrade to expect-5.43.0
[linux_from_scratch.git] / chapter06 / bison.xml
blobad2b668bca4052cf386e944d4090faca32c989b9
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">
4   %general-entities;
5 ]>
6 <sect1 id="ch-system-bison" xreflabel="Bison" role="wrap">
7 <title>Bison-&bison-version;</title>
8 <?dbhtml filename="bison.html"?>
10 <indexterm zone="ch-system-bison"><primary sortas="a-Bison">Bison</primary></indexterm>
12 <sect2 role="package"><title/>
14 <segmentedlist>
15 <segtitle>&buildtime;</segtitle>
16 <segtitle>&diskspace;</segtitle>
17 <seglistitem><seg>0.6 SBU</seg><seg>10.6 MB</seg></seglistitem>
18 </segmentedlist>
20 </sect2>
22 <sect2 role="installation">
23 <title>Installation of Bison</title>
25 <para>Prepare Bison for compilation:</para>
27 <screen><userinput>./configure --prefix=/usr</userinput></screen>
29 <para>Compile the package:</para>
31 <screen><userinput>make</userinput></screen>
33 <para>To test the results, issue:
34 <userinput>make check</userinput>.</para>
36 <para>Now install the package:</para>
38 <screen><userinput>make install</userinput></screen>
40 </sect2>
43 <sect2 id="contents-bison" role="content"><title>Contents of Bison</title>
45 <para>See testing</para>
47 </sect2>
49 </sect1>