lfs/chapter06/bash-inst.xml
Gerard Beekmans c90dd61b04 Noted change of chap6-bash install instruc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1074 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-27 23:45:54 +00:00

14 lines
403 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 \</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</userinput></screen></para>
</sect2>