diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2010-12-12 23:36:38 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2010-12-12 23:36:38 +0000 |
commit | 8eef3b1167cab4217ab558cb0fdb41052bde9af2 (patch) | |
tree | 39138e41279303cb46bb99aae0f0b27b9b1b4b81 | |
parent | d33178d02d9efdf51bd489781eff6ca522dcd247 (diff) | |
download | mpfr-8eef3b1167cab4217ab558cb0fdb41052bde9af2.tar.gz |
[INSTALL] Corrected a typo from r7293.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7294 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ to build it with them. Just do this in step 1: where GMPBUILD is the GMP build directory. The needed header files are: gmp-impl.h, longlong.h and all the necessary headers to use them, which -may be located either the the GMP source directory or in the GMP build +may be located either in the GMP source directory or in the GMP build directory, in case they are different (MPFR takes care of that, as of MPFR 3.1.0). |