summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2015-12-14 11:52:10 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2015-12-14 11:52:10 +0000
commitb7bab0e1d4783cbc4ba909b4d68c495a0396e4d4 (patch)
tree83fbc9a089af6969d426ae2588d2cf965c6ec7dc
parentf62180a60a794ecd2e8a91cfcdd6de091ce2c9ce (diff)
downloadmpfr-b7bab0e1d4783cbc4ba909b4d68c495a0396e4d4.tar.gz
new text for Windows/Visual Studio/Visual C++ part contributed by Brian Gladman
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9764 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--INSTALL27
1 files changed, 11 insertions, 16 deletions
diff --git a/INSTALL b/INSTALL
index 113fa6213..beb87bc8b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -608,26 +608,21 @@ In case of failure, you may need to pass LDFLAGS='-shared-libgcc' at the
end of the configure line due to a bug in GCC. Otherwise, if threading
support is not needed, you can configure MPFR with --disable-thread-safe.
-c. Using Microsoft Visual C++ and IntelĀ® C++ Compilers
-=============================
+c. Using Microsoft Visual C++ and Intel C++ Compilers
+=====================================================
-32- and 64-bit versions of the MPFR library can be built using Microsoft
-Visual Studio:
+Static and dynamic MPFR libraries for the 32- and 64-bit versions of
+Windows can be built with Microsoft Visual Studio 2015 using the
+Microsoft Visual C++ compiler, see:
-https://www.visualstudio.com/
+ https://www.visualstudio.com/
-with or without integration with IntelĀ® Parallel Studio XE:
+The Intel C++ compiler provided as a part of Intel Parallel Studio XE
+can also be used:
-https://software.intel.com/en-us/intel-parallel-studio-xe
+ https://software.intel.com/en-us/intel-parallel-studio-xe
-using the build projects available here:
+The relevant build projects are available here:
-http://www.gladman.me.uk/computing/gmp4win.php
-https://github.com/BrianGladman
+ https://github.com/BrianGladman
-Visual C++ may require Windows SDK:
-
-https://dev.windows.com/en-us/downloads/windows-10-sdk
-
-In this case, once Windows SDK has been installed, users have to select it
-manually in projects properties menu.