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

16 lines
497 B
XML
Raw Normal View History

<sect2>
<title>Installation of <command>bc</command></title>
<para>Download the patches for <command>bc</command> from <ulink url="&patch-root;"/>.</para>
<para>Install <command>bc</command> by running the following commands:</para>
<screen><userinput><command>patch -Np1 -i ../bc-1.06-flex-invocation.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</command></userinput></screen>
</sect2>