diff options
author | Andreas Enge <andreas.enge@inria.fr> | 2012-09-19 11:17:49 +0000 |
---|---|---|
committer | Andreas Enge <andreas.enge@inria.fr> | 2012-09-19 11:17:49 +0000 |
commit | 9d1fd17d4081b2a0ac2de5f1c86d1bc81427a5f9 (patch) | |
tree | 5d9efd557b23ca31a5921219c05f41b00f9c7932 /INSTALL | |
parent | 75e6da9bb997ede499e9e282317f0c0b3fc92bbd (diff) | |
download | mpc-git-rootsunity.tar.gz |
merge trunk into branch rootsunityrootsunity
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/branches/rootsunity@1273 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |