lfs/chapter06/bash-inst.xml

14 lines
411 B
XML
Raw Normal View History

<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>