mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 00:48:19 +08:00
8e6d39f1c5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@844 af4574ff-66df-0310-9fd7-8a98e5e911e0
17 lines
481 B
XML
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 &&
|
|
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>
|
|
|