From f6c268c4894bba9d1bbc5338407febaaad0dbd04 Mon Sep 17 00:00:00 2001
From: Andrew Dunstan
Date: Mon, 25 Sep 2017 08:03:05 -0400
Subject: Support building with Visual Studio 2017
Haribabu Kommi, reviewed by Takeshi Ideriha and Christian Ullrich
Backpatch to 9.6
---
doc/src/sgml/install-windows.sgml | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml
index d942aeeeb0e..6b0017d5797 100644
--- a/doc/src/sgml/install-windows.sgml
+++ b/doc/src/sgml/install-windows.sgml
@@ -19,10 +19,10 @@
There are several different ways of building PostgreSQL on
Windows. The simplest way to build with
- Microsoft tools is to install Visual Studio Express 2015
+ Microsoft tools is to install Visual Studio Express 2017
for Windows Desktop and use the included
compiler. It is also possible to build with the full
- Microsoft Visual C++ 2005 to 2015.
+ Microsoft Visual C++ 2005 to 2017.
In some cases that requires the installation of the
Windows SDK in addition to the compiler.
@@ -77,19 +77,19 @@
Visual Studio Express or some versions of the
Microsoft Windows SDK. If you do not already have a
Visual Studio environment set up, the easiest
- ways are to use the compilers from Visual Studio Express 2015
+ ways are to use the compilers from Visual Studio Express 2017
for Windows Desktop or those in the Windows SDK
- 7.1, which are both free downloads from Microsoft.
+ 8.1, which are both free downloads from Microsoft.
Both 32-bit and 64-bit builds are possible with the Microsoft Compiler suite.
32-bit PostgreSQL builds are possible with
Visual Studio 2005 to
- Visual Studio 2015 (including Express editions),
- as well as standalone Windows SDK releases 6.0 to 7.1.
+ Visual Studio 2017 (including Express editions),
+ as well as standalone Windows SDK releases 6.0 to 8.1.
64-bit PostgreSQL builds are supported with
- Microsoft Windows SDK version 6.0a to 7.1 or
+ Microsoft Windows SDK version 6.0a to 8.1 or
Visual Studio 2008 and above. Compilation
is supported down to Windows XP and
Windows Server 2003> when building with
@@ -97,6 +97,8 @@
Visual Studio 2013. Building with
Visual Studio 2015 is supported down to
Windows Vista> and Windows Server 2008>.
+ Building with Visual Studio 2017 is supported
+ down to Windows 7 SP1> and Windows Server 2008 R2 SP1>.
--
cgit v1.2.3