summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2005-12-06 15:59:51 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2005-12-06 15:59:51 +0000
commit8412635524d67c04b46d9a3bbbd07f3ba103d16b (patch)
treef1c228ec836eea99f91b9138c23c4da6d0add118 /INSTALL
parent553c0f8f60dc1e04246a8b289416001a0fe92d87 (diff)
downloadmpc-8412635524d67c04b46d9a3bbbd07f3ba103d16b.tar.gz
new release 0.4.5, require mpfr 2.2.0 or higher
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@42 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL28
1 files changed, 9 insertions, 19 deletions
diff --git a/INSTALL b/INSTALL
index 487cff3..a1c6aba 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,31 +1,25 @@
Installing MPC
==============
-0. You first need to install GMP. See <http://www.swox.com/gmp/>.
- MPC requires GMP version 4.1 or later.
-
- You need to configure GMP with --enable-mpfr, to install the MPFR
- library, too.
+0. You first need to install GMP and MPFR. See <http://www.swox.com/gmp/>
+ and <http://www.mpfr.org>.
+ MPC requires GMP version 4.1 or later and MPFR version 2.2.0 or later.
1. In the MPC build directory, type
make
- This assumes that GMP is installed into /usr/local.
+ This assumes that GMP and MPFR are installed into /usr/local.
Otherwise, type
- make GMP=<gmp_install_dir>
-
- where <gmp_install_dir> is the directory where you installed GMP. The GMP
- header files like gmp.h are then expected to be in <gmp_install_dir>/include,
- and the GMP library files like libgmp.a in <gmp_install_dir>/lib.
-
- It is also possible to specify a separate directory for MPFR by
-
make GMP=<gmp_install_dir> MPFR=<mpfr_install_dir>
- which allows to use a newer version of MPFR.
+ where <gmp_install_dir> is the directory where you installed GMP and
+ <mpfr_install_dir> is the directory where you installed MPFR. The GMP
+ header files like gmp.h are then expected to be in <gmp_install_dir>/include,
+ the GMP library files like libgmp.a in <gmp_install_dir>/lib, and likewise
+ for MPFR.
2. Type
@@ -33,10 +27,6 @@
resp.
- make check GMP=<gmp_install_dir>
-
- resp.
-
make check GMP=<gmp_install_dir> MPFR=<mpfr_install_dir>
to produce and run the test files (please check that <gmp_install_dir>/lib