diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2009-01-26 17:04:26 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2009-01-26 17:04:26 +0000 |
commit | 930e008f494dfa6bafd48914cadb97f0ffd8ca76 (patch) | |
tree | 49b7cd1934709ef80774bea2a84382942a2423aa /INSTALL | |
parent | 20ee0b9cb742347c701829c2ee8be8614349de49 (diff) | |
download | mpfr-930e008f494dfa6bafd48914cadb97f0ffd8ca76.tar.gz |
Updated the version on the trunk.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5893 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,10 +13,10 @@ MPFR). 2. It is strongly advised to apply the latest patches (if this has not been done yet), e.g. - wget http://www.mpfr.org/mpfr-2.4.0/patches + wget http://www.mpfr.org/mpfr-2.5.0/patches patch -N -Z -p1 < patches or - curl http://www.mpfr.org/mpfr-2.4.0/patches | patch -N -Z -p1 + curl http://www.mpfr.org/mpfr-2.5.0/patches | patch -N -Z -p1 3. In the MPFR directory, to detect your system, type: ./configure @@ -154,7 +154,7 @@ Several documents may help you to solve the problem: * the FAQ (either the FAQ.html file distributed with MPFR, or the on-line version <http://www.mpfr.org/faq.html>, which may be more up-to-date); - * the MPFR web page for this version <http://www.mpfr.org/mpfr-2.4.0/>, + * the MPFR web page for this version <http://www.mpfr.org/mpfr-2.5.0/>, which lists bugs found in this version and provides some patches. If the "configure" fails, please check that the C compiler and its |