Building Source from windows clarification - Mailing list pgsql-docs

From PG Doc comments form
Subject Building Source from windows clarification
Date
Msg-id 155439840612.724.11072441656442035897@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/install-windows-full.html
Description:

On the page ->
https://www.postgresql.org/docs/9.0/install-windows-full.html
My first two items are in reference to the paragraph below: 
If you wish to build a 64-bit version, you must use the 64-bit version of
the command, and vice versa. In the Microsoft Windows SDK, start the CMD
shell listed under the SDK on the Start Menu. In recent SDK versions you can
change the targeted CPU architecture, build type, and target OS by using the
setenv command, e.g. setenv /x86 /release /xp to target Windows XP or later
with a 32-bit release build. See /? for other options to setenv.

1) It is unclear what CMD shell to launch. For me it is called either "x86
Native Tools Command Prompt for VS 2017" or "x64 Native Tools Command Prompt
for VS 2017". This is different than the "Developer Command Prompt for VS
2017" (Which wouldn't build for the correct architecture, there's a note on
MSDN documentation about not using env variables to specify the target
platform anymore)
2) It is unclear what setenv is and how to get it (I think I found it, but
it is quite old, and unnecessary).
3) The following line should be bold or larger than the text around it. ->
"The following additional products are not required to get started, but are
required to build the complete package. Use the config.pl file to specify
which directories the libraries are available in."

pgsql-docs by date:

Previous
From: "Jonathan S. Katz"
Date:
Subject: Re: Responsive images in pgweb docs
Next
From: Daniel Gustafsson
Date:
Subject: Clarification to pg_upgrade docs on reverting to old cluster