diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-07-31 14:12:15 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-07-31 14:12:15 +0000 |
commit | 92adff66a30625d1b4e066897ea34f45a962d4af (patch) | |
tree | d80aa91710ce3ab83e2528ac434e90771df54843 /INSTALL | |
parent | f739d94742103bc99227b6b558525e8fcdda5b33 (diff) | |
download | mpfr-92adff66a30625d1b4e066897ea34f45a962d4af.tar.gz |
Updated version back to 2.3.0-dev since the 2.3 branch will be recreated
from the trunk (too many changes!).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4717 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.3.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.3.0/patches | patch -N -Z -p1 3. In the MPFR directory, to detect your system, type: ./configure @@ -127,7 +127,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.3.0/>, which lists bugs found in this version and provides some patches. If the "configure" fails, please check that the C compiler and its |