mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-14 16:09:13 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@843 af4574ff-66df-0310-9fd7-8a98e5e911e0
18 lines
481 B
XML
18 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
|
|
&&
|
|
patch -Np1 -i ../bc-1.06-info.patch &&
|
|
patch -Np1 -i ../bc-1.06-readline.patch &&
|
|
./configure --prefix=/usr --with-readline &&
|
|
make &&
|
|
make install</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|