glfs/general/genlib/gmp/gmp-inst.xml
Mark Hymers 37e8bccdcf change to using the two ffile-root and hfile-root entities
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@294 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-10-01 19:02:19 +00:00

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