summaryrefslogtreecommitdiff
path: root/doc/mpc.texi
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-10-04 15:01:30 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-10-04 15:01:30 +0000
commit5412050c15c366785e271b0e2dfb46db7473cd3e (patch)
treea46919ece074ae7a0dd590c5936ed43d61414a92 /doc/mpc.texi
parentc79b7a91bf69697a7db1281b7248c21803f2a53a (diff)
downloadmpc-5412050c15c366785e271b0e2dfb46db7473cd3e.tar.gz
increased minimal version requirements to gmp 4.3.2 and mpfr 2.4.2
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@844 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'doc/mpc.texi')
-rw-r--r--doc/mpc.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/mpc.texi b/doc/mpc.texi
index 2213767..99b9ea7 100644
--- a/doc/mpc.texi
+++ b/doc/mpc.texi
@@ -33,6 +33,8 @@ was introduced.
@end iftex
@include version.texi
+@set MINGMP 4.3.2
+@set MINMPFR 2.4.2
@set AUTHORS Andreas Enge, Philippe Th@'eveny, Paul Zimmermann
@set COPYRIGHTDATES 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010
@@ -164,8 +166,8 @@ probably a good idea to skim through it.
@chapter Installing MPC
@cindex Installation
-To build MPC, you first have to install GNU MP (version 4.2 or higher) and
-GNU MPFR (version 2.3.1 or higher) on your computer. You need a C compiler,
+To build MPC, you first have to install GNU MP (version @value{MINGMP} or higher) and
+GNU MPFR (version @value{MINMPFR} 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.