lfs/chapter06/bash-inst.xml
2002-05-02 20:15:02 +00:00

15 lines
356 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;&nbsp;--bindir=/bin &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
ln -sf bash /bin/sh &amp;&amp;
exec /bin/bash --login</userinput></screen></para>
</sect2>