summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 599a12166..923c0cebf 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,6 +2,13 @@
===================
0. You first need to install GMP. See http://www.swox.com/gmp.
+ MPFR needs the gmp include file gmp-mparam.h that will be
+ created during the compilation of gmp in the mpn subdirectory.
+ So that all GMP include files are in the same directory, once
+ you are in the GMP source directory (where the files gmp.h,
+ gmp-impl.h, longlong.h and stack-alloc.h already are), type:
+
+ ln -s mpn/gmp-mparam.h .
1. type "./Configure" and answer to the questions