glfs/general/genutils/bc/bc-inst.xml
Larry Lawrence 2be20f1b58 update intro to gpm and bc
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1142 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-21 01:38:00 +00:00

17 lines
544 B
XML

<sect2>
<title>Installation of <command>bc</command></title>
<para>Download the patches for <command>bc</command> from <ulink url="&hfile-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-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</command></userinput></screen>
</sect2>