glfs/general/genutils/bc/bc-inst.xml
Larry Lawrence d10f793de0 genutils edit, x edit
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@828 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-06 01:46:31 +00:00

12 lines
249 B
XML

<sect2>
<title>Installation of bc</title>
<para>Install bc by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --with-readline &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>