glfs/general/genlib/gmp/gmp-inst.xml

17 lines
502 B
XML
Raw Normal View History

<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 &amp;&amp;
./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>