1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
6 <sect1 id="ch-tools-bash">
7 <title>Bash-&bash-version;</title>
8 <?dbhtml filename="bash.html"?>
10 <indexterm zone="ch-tools-bash">
11 <primary sortas="a-Bash">Bash</primary>
12 <secondary>tools</secondary></indexterm>
14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/bash.xml" xpointer="xpointer(/sect1/para[1])"/>
16 <screen>&buildtime; 1.2 SBU
17 &diskspace; 27 MB</screen>
19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/bash.xml" xpointer="xpointer(/sect1/para[2])"/>
23 <title>Installation of Bash</title>
25 <para>Bash contains several known bugs. Fix these with the following
28 <screen><userinput>patch -Np1 -i ../bash-&bash-version;-2.patch</userinput></screen>
30 <para>Now prepare Bash for compilation:</para>
32 <screen><userinput>./configure --prefix=/tools</userinput></screen>
34 <para>Compile the program:</para>
36 <screen><userinput>make</userinput></screen>
38 <para>(If you insist on testing the results, then issue:
39 <userinput>make tests</userinput>.)</para>
41 <para>Then install it and its documentation:</para>
43 <screen><userinput>make install</userinput></screen>
45 <para>And make a link for the programs that use <command>sh</command>
48 <screen><userinput>ln -s bash /tools/bin/sh</userinput></screen>
52 <sect2><title> </title><para> </para>
53 <para>The details on this package are found in <xref linkend="contents-bash"/>.</para>
54 <para> </para></sect2>