2003-01-17 01:12:37 +00:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Bash</title>
|
|
|
|
|
2003-01-17 01:12:37 +00:00
|
|
|
<para>Prepare Bash to be compiled:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-01-17 01:12:37 +00:00
|
|
|
<para><screen><userinput>
|
|
|
|
./configure --prefix=/usr --bindir=/bin</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-01-17 01:12:37 +00:00
|
|
|
<para>Continue with compiling the package:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make</userinput></screen></para>
|
|
|
|
|
|
|
|
<para>And finish off installing the package:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-01-17 01:12:37 +00:00
|
|
|
<para><screen><userinput>make install</userinput></screen></para>
|
|
|
|
|
|
|
|
<para>Reload the newly compiled Bash:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>exec /bin/bash --login</userinput></screen></para>
|
|
|
|
|
|
|
|
</sect2>
|