summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index aa82a48..f2cb235 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-Copyright (C) INRIA 2003, 2005, 2007, 2008, 2009, 2010, 2011
+Copyright (C) INRIA 2003, 2005, 2007, 2008, 2009, 2010, 2011, 2012
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -15,12 +15,12 @@ This is for the impatient, for deeper explanations see the chapter
0. You first need to install GMP, the GNU Multiprecision Arithmetic Library,
see <http://gmplib.org/>, and GNU MPFR, see <http://www.mpfr.org>.
GNU MPC requires GMP version 4.3.2 or later
- and GNU MPFR version 2.4.2 or later.
+ and GNU MPFR version 3.0.0 or later.
1. In the directory of the GNU MPC archive, type
- tar xzf mpc-1.0.0.tar.gz
- cd mpc-1.0.0
+ tar xzf mpc-1.1.tar.gz
+ cd mpc-1.1
./configure
make