aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash-inst.xml
blob: bb98043dd4a8d991fa6859a3ca2f4c1387ff61f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<sect2>
<title>Installation of Bash</title>

<para>Install Bash by running the following commands:</para>

<para><screen><userinput>./configure --prefix=/usr --with-curses \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;--bindir=/bin &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>exec /bin/bash --login</userinput></screen></para>

</sect2>