glfs/general/genutils/bc/bc-inst.xml
Tushar Teredesai c38707f017 Patches reogranization
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1279 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-03 06:27:09 +00:00

16 lines
497 B
XML

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