|
20 | 20 | <para>
|
21 | 21 | There are several different ways of building PostgreSQL on
|
22 | 22 | <productname>Windows</productname>. The simplest way to build with
|
23 |
| - Microsoft tools is to install <productname>Visual Studio 2019</productname> |
| 23 | + Microsoft tools is to install <productname>Visual Studio 2022</productname> |
24 | 24 | and use the included compiler. It is also possible to build with the full
|
25 |
| - <productname>Microsoft Visual C++ 2013 to 2019</productname>. |
| 25 | + <productname>Microsoft Visual C++ 2013 to 2022</productname>. |
26 | 26 | In some cases that requires the installation of the
|
27 | 27 | <productname>Windows SDK</productname> in addition to the compiler.
|
28 | 28 | </para>
|
|
69 | 69 | <productname>Microsoft Windows SDK</productname>. If you do not already have a
|
70 | 70 | <productname>Visual Studio</productname> environment set up, the easiest
|
71 | 71 | ways are to use the compilers from
|
72 |
| - <productname>Visual Studio 2019</productname> or those in the |
| 72 | + <productname>Visual Studio 2022</productname> or those in the |
73 | 73 | <productname>Windows SDK 10</productname>, which are both free downloads
|
74 | 74 | from Microsoft.
|
75 | 75 | </para>
|
|
78 | 78 | Both 32-bit and 64-bit builds are possible with the Microsoft Compiler suite.
|
79 | 79 | 32-bit PostgreSQL builds are possible with
|
80 | 80 | <productname>Visual Studio 2013</productname> to
|
81 |
| - <productname>Visual Studio 2019</productname>, |
| 81 | + <productname>Visual Studio 2022</productname>, |
82 | 82 | as well as standalone Windows SDK releases 8.1a to 10.
|
83 | 83 | 64-bit PostgreSQL builds are supported with
|
84 | 84 | <productname>Microsoft Windows SDK</productname> version 8.1a to 10 or
|
85 | 85 | <productname>Visual Studio 2013</productname> and above. Compilation
|
86 | 86 | is supported down to <productname>Windows 7</productname> and
|
87 | 87 | <productname>Windows Server 2008 R2 SP1</productname> when building with
|
88 | 88 | <productname>Visual Studio 2013</productname> to
|
89 |
| - <productname>Visual Studio 2019</productname>. |
| 89 | + <productname>Visual Studio 2022</productname>. |
90 | 90 | <!--
|
91 | 91 | For 2013 requirements:
|
92 | 92 | https://docs.microsoft.com/en-us/visualstudio/productinfo/vs2013-sysrequirements-vs
|
|
96 | 96 | https://docs.microsoft.com/en-us/visualstudio/productinfo/vs2017-system-requirements-vs
|
97 | 97 | For 2019 requirements:
|
98 | 98 | https://docs.microsoft.com/en-us/visualstudio/releases/2019/system-requirements
|
| 99 | + For 2022 requirements: |
| 100 | + https://docs.microsoft.com/en-us/visualstudio/releases/2022/system-requirements |
99 | 101 | -->
|
100 | 102 | </para>
|
101 | 103 |
|
|
0 commit comments