mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
37e8bccdcf
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@294 af4574ff-66df-0310-9fd7-8a98e5e911e0
17 lines
502 B
XML
17 lines
502 B
XML
<sect2>
|
|
<title>Installation of gmp</title>
|
|
|
|
<para>Before installing gmp, you need to download
|
|
<filename>randraw.c.41.patch</filename> from <ulink url="&ffile-root;"/> and place it in
|
|
your source directory.</para>
|
|
|
|
<para>Install gmp by running the following commands:</para>
|
|
|
|
<para><screen><userinput>patch -Np0 -i ../randraw.c.41.patch &&
|
|
./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info &&
|
|
make &&
|
|
make install</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|