bash.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-tools-bash" role="wrap">
  7. <title>Bash-&bash-version;</title>
  8. <?dbhtml filename="bash.html"?>
  9. <indexterm zone="ch-tools-bash">
  10. <primary sortas="a-Bash">Bash</primary>
  11. <secondary>tools</secondary></indexterm>
  12. <sect2 role="package"><title/>
  13. <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/bash.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
  14. <segmentedlist>
  15. <segtitle>&buildtime;</segtitle>
  16. <segtitle>&diskspace;</segtitle>
  17. <seglistitem><seg>1.2 SBU</seg><seg>27 MB</seg></seglistitem>
  18. </segmentedlist>
  19. <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/bash.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
  20. </sect2>
  21. <sect2 role="installation">
  22. <title>Installation of Bash</title>
  23. <para>Bash contains several known bugs. Fix these with the following
  24. patch:</para>
  25. <screen><userinput>patch -Np1 -i ../bash-&bash-version;-gnu_fixes-2.patch</userinput></screen>
  26. <para>Now prepare Bash for compilation:</para>
  27. <screen><userinput>./configure --prefix=/tools --without-bash-malloc</userinput></screen>
  28. <para>Compile the program:</para>
  29. <screen><userinput>make</userinput></screen>
  30. <para>(If you insist on testing the results, then issue:
  31. <userinput>make tests</userinput>.)</para>
  32. <para>Then install it and its documentation:</para>
  33. <screen><userinput>make install</userinput></screen>
  34. <para>And make a link for the programs that use <command>sh</command>
  35. for a shell:</para>
  36. <screen><userinput>ln -s bash /tools/bin/sh</userinput></screen>
  37. </sect2>
  38. <sect2 role="content"><title/>
  39. <para>The details on this package are found in <xref linkend="contents-bash"/>.</para>
  40. </sect2>
  41. </sect1>