glfs/general/genutils/bc/bc-inst.xml
Larry Lawrence 8e6d39f1c5 fix daemontools patch, daemontools-man-config
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@844 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-12 03:48:46 +00:00

17 lines
481 B
XML

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