glfs/general/genutils/bc/bc-inst.xml

17 lines
481 B
XML
Raw Normal View History

<sect2>
<title>Installation of bc</title>
<para>Download the patches for bc from <ulink url="&hfile-root;"/>.</para>
<para>Install bc by running the following commands:</para>
<para><screen><userinput>patch -Np1 -i ../bc-1.06-flex-invocation.patch &amp;&amp;
patch -Np1 -i ../bc-1.06-info.patch &amp;&amp;
patch -Np1 -i ../bc-1.06-readline.patch &amp;&amp;
./configure --prefix=/usr --with-readline &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>