diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2006-10-25 14:18:59 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2006-10-25 14:18:59 +0000 |
commit | 1dde29124972da62209e4680fbba1344a80d20b2 (patch) | |
tree | 99f01de8334e459074cf448051cfeca96ae04e6e /INSTALL | |
parent | a6a3bcbb7777713753f83cf381adf23e34973a09 (diff) | |
download | mpfr-1dde29124972da62209e4680fbba1344a80d20b2.tar.gz |
INSTALL: mention the MPFR FAQ.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4157 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,7 +34,8 @@ been installed, LD_LIBRARY_PATH (before execution) or LD_RUN_PATH (before linking); this list is not exhaustive and some environment variables may be specific to your system. "make install" gives some instructions; please read them. You can also find more information -in the manuals of your compiler and linker. +in the manuals of your compiler and linker. The MPFR FAQ may also +give some information. Remember that if you have several MPFR (or GMP) versions installed (e.g., one with the system, and one, newer, by you), you will not |