glfs/general/genutils/bc/bc-inst.xml
Larry Lawrence 7c3bcfabd5 added bc to genutils
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@54 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-04 02:52:35 +00:00

12 lines
244 B
XML

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