2002-08-19 00:45:37 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of gmp</title>
|
|
|
|
|
2002-09-16 10:21:49 +08:00
|
|
|
<para>Before installing gmp, you need to download
|
2002-10-02 03:02:19 +08:00
|
|
|
<filename>randraw.c.41.patch</filename> from <ulink url="&ffile-root;"/> and place it in
|
2002-09-16 10:21:49 +08:00
|
|
|
your source directory.</para>
|
|
|
|
|
2002-08-19 00:45:37 +08:00
|
|
|
<para>Install gmp by running the following commands:</para>
|
|
|
|
|
2002-09-16 10:21:49 +08:00
|
|
|
<para><screen><userinput>patch -Np0 -i ../randraw.c.41.patch &&
|
|
|
|
./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info &&
|
2002-08-19 00:45:37 +08:00
|
|
|
make &&
|
|
|
|
make install</userinput></screen></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|