aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2017-09-25 08:03:05 -0400
committerAndrew Dunstan <andrew@dunslane.net>2017-09-25 08:08:19 -0400
commit99e90bac4f9f3bd8d7b285a6f4095c2089e09efe (patch)
treef417fb4162ac0179138244506caeeaba490b7dd0 /doc/src
parent29923859f91f94c97417b8417ff8475cf4261be1 (diff)
downloadpostgresql-99e90bac4f9f3bd8d7b285a6f4095c2089e09efe.tar.gz
postgresql-99e90bac4f9f3bd8d7b285a6f4095c2089e09efe.zip
Support building with Visual Studio 2017
Haribabu Kommi, reviewed by Takeshi Ideriha and Christian Ullrich Backpatch to 9.6
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/install-windows.sgml16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml
index 1861e7e2f77..696c620b181 100644
--- a/doc/src/sgml/install-windows.sgml
+++ b/doc/src/sgml/install-windows.sgml
@@ -19,10 +19,10 @@
<para>
There are several different ways of building PostgreSQL on
<productname>Windows</productname>. The simplest way to build with
- Microsoft tools is to install <productname>Visual Studio Express 2015
+ Microsoft tools is to install <productname>Visual Studio Express 2017
for Windows Desktop</productname> and use the included
compiler. It is also possible to build with the full
- <productname>Microsoft Visual C++ 2005 to 2015</productname>.
+ <productname>Microsoft Visual C++ 2005 to 2017</productname>.
In some cases that requires the installation of the
<productname>Windows SDK</productname> in addition to the compiler.
</para>
@@ -69,19 +69,19 @@
<productname>Visual Studio Express</productname> or some versions of the
<productname>Microsoft Windows SDK</productname>. If you do not already have a
<productname>Visual Studio</productname> environment set up, the easiest
- ways are to use the compilers from <productname>Visual Studio Express 2015
+ ways are to use the compilers from <productname>Visual Studio Express 2017
for Windows Desktop</productname> or those in the <productname>Windows SDK
- 7.1</productname>, which are both free downloads from Microsoft.
+ 8.1</productname>, which are both free downloads from Microsoft.
</para>
<para>
Both 32-bit and 64-bit builds are possible with the Microsoft Compiler suite.
32-bit PostgreSQL builds are possible with
<productname>Visual Studio 2005</productname> to
- <productname>Visual Studio 2015</productname> (including Express editions),
- as well as standalone Windows SDK releases 6.0 to 7.1.
+ <productname>Visual Studio 2017</productname> (including Express editions),
+ as well as standalone Windows SDK releases 6.0 to 8.1.
64-bit PostgreSQL builds are supported with
- <productname>Microsoft Windows SDK</productname> version 6.0a to 7.1 or
+ <productname>Microsoft Windows SDK</productname> version 6.0a to 8.1 or
<productname>Visual Studio 2008</productname> and above. Compilation
is supported down to <productname>Windows XP</productname> and
<productname>Windows Server 2003</> when building with
@@ -89,6 +89,8 @@
<productname>Visual Studio 2013</productname>. Building with
<productname>Visual Studio 2015</productname> is supported down to
<productname>Windows Vista</> and <productname>Windows Server 2008</>.
+ Building with <productname>Visual Studio 2017</productname> is supported
+ down to <productname>Windows 7 SP1</> and <productname>Windows Server 2008 R2 SP1</>.
</para>
<para>