lfs/chapter06/bash-inst.xml
2001-12-10 16:40:26 +00:00

16 lines
364 B
XML

<sect2>
<title>Installation of Bash</title>
<para>Install Bash by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --with-curses \
&nbsp;&nbsp;&nbsp;--bindir=/bin &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cd /bin &amp;&amp;
ln -sf bash sh &amp;&amp;
exec /bin/bash --login</userinput></screen></para>
</sect2>