diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-08-23 22:05:08 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-08-23 22:05:08 +0000 |
commit | 751988c6f0af99ea9315bece7e07018064c7d7dd (patch) | |
tree | 48c15925f5573ca01e4d938e9493524a000deb8f /mpfr.texi | |
parent | 5bd2c8c047d9de24a1dc5b277d8aeedc95afba19 (diff) | |
download | mpfr-751988c6f0af99ea9315bece7e07018064c7d7dd.tar.gz |
MPFR now needs GMP 4.1 or higher.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2016 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.texi')
-rw-r--r-- | mpfr.texi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -226,7 +226,7 @@ probably a good idea to glance through it. @cindex Installation To build MPFR, you first have to install GNU MP -(version 4.0.1 or higher) on your computer. +(version 4.1 or higher) on your computer. You need a C compiler, preferably GCC, but any reasonable compiler should work. And you need a standard Unix @samp{make} program, plus some other standard Unix utility programs. |