|
19 | 19 | <para> |
20 | 20 | There are several different ways of building PostgreSQL on |
21 | 21 | <productname>Windows</productname>. The simplest way to build with |
22 | | - Microsoft tools is to install <productname>Visual Studio Express 2019 |
23 | | - for Windows Desktop</productname> and use the included |
24 | | - compiler. It is also possible to build with the full |
| 22 | + Microsoft tools is to install <productname>Visual Studio 2019</productname> |
| 23 | + and use the included compiler. It is also possible to build with the full |
25 | 24 | <productname>Microsoft Visual C++ 2013 to 2019</productname>. |
26 | 25 | In some cases that requires the installation of the |
27 | 26 | <productname>Windows SDK</productname> in addition to the compiler. |
|
69 | 68 | <productname>Visual Studio Express</productname> or some versions of the |
70 | 69 | <productname>Microsoft Windows SDK</productname>. If you do not already have a |
71 | 70 | <productname>Visual Studio</productname> environment set up, the easiest |
72 | | - ways are to use the compilers from <productname>Visual Studio Express 2019 |
73 | | - for Windows Desktop</productname> or those in the <productname>Windows SDK |
74 | | - 10</productname>, which are both free downloads from Microsoft. |
| 71 | + ways are to use the compilers from |
| 72 | + <productname>Visual Studio 2019</productname> or those in the |
| 73 | + <productname>Windows SDK 10</productname>, which are both free downloads |
| 74 | + from Microsoft. |
75 | 75 | </para> |
76 | 76 |
|
77 | 77 | <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> (including Express editions), |
| 81 | + <productname>Visual Studio 2019</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 |
|
0 commit comments