summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2007-11-06 22:27:30 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2007-11-06 22:27:30 +0000
commit12e733ac8c5b65f66872bd0dfb03ea7d9c485479 (patch)
tree8514717c3c9bda78c384381dffee6f2f3d0b0a2e
parent71dbbf5b60e1ba100b5d6f89d65fa5e7681873de (diff)
downloadmpc-12e733ac8c5b65f66872bd0dfb03ea7d9c485479.tar.gz
changes suggested by Mickael Gastineau
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@67 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 1403a69..6f2f36e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -52,9 +52,9 @@ Note for Windows users:
======================
There is a special file makefile.vc for Windows, contributed by Mickael
-Gastineau. This file works both for the SDK from Visual Studio, and for that
-of Vista. To use it, simply replace "make" by "nmake /f makefile.vc" in the
-above instructions:
+Gastineau. This file works both for the Windows Server 2003 R2 Platform SDK,
+and for the Windows SDK of Vista. To use it, simply replace "make" by
+"nmake /f makefile.vc" in the above instructions:
compilation :
nmake /f makefile.vc GMP=<gmp_install_dir> MPFR=<mpfr_install_dir>