summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2004-10-12 07:24:51 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2004-10-12 07:24:51 +0000
commit4d88886e0f5ca19a75275fb0fbf8c3371f768f27 (patch)
treec5e28225deb4864ed01a576f210231116a02e9df /INSTALL
parent6dda20b7bceea5c6f9747e3a01415289ac1809b3 (diff)
downloadmpfr-4d88886e0f5ca19a75275fb0fbf8c3371f768f27.tar.gz
Add a note about Windows 64.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3027 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 6 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index f2d5b3b0b..22ed7dfc6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -94,8 +94,8 @@ In case of problem
the test suite: C and C++ are not the same language!
You should use a C compiler instead.
-Notes on Windows
-================
+Notes on Windows 32
+===================
1 - we advise to use mingw (http://www.mingw.org/), which is simpler and
less demanding than cygwin. Contrary to Cygwin, it also provides native
@@ -121,3 +121,7 @@ Notes on Windows
compiled by GCC (Division of 64 bits integer, bcopy, alloca, ...).
Of course, include it iff your compiler is not GCC.
+Notes on Windows 64
+===================
+
+ MPFR has not been tested on Windows 64.