install-windows_doc_cleanup-v2.patch
application/octet-stream
Filename: install-windows_doc_cleanup-v2.patch
Type: application/octet-stream
Part: 0
Patch
Format: unified
Series: patch v2
| File | + | − |
|---|---|---|
| doc/src/sgml/install-windows.sgml | 9 | 7 |
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index e492d89..ea35de3 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -109,13 +109,15 @@ <application>Visual Studio Command Prompt</application>. If you wish to build a 64-bit version, you must use the 64-bit version of the command, and vice versa. - In the <productname>Microsoft Windows SDK</productname>, start the - <application>CMD shell</application> 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 <command>setenv</command> command, e.g. - <command>setenv /x86 /release /xp</command> to target Windows XP or later - with a 32-bit release build. See <command>/?</command> for other options to - <command>setenv</command>. All commands should be run from the + Starting with <productname>Visual Studio 2017</productname> this can be done from the + command line using <command>VsDevCmd.bat</command>, see <command>-help</command> + for the available options and their default values. + From the <application>Visual Studio Command Prompt</application> you can + change the targeted CPU architecture, build type, and target OS by using the + <command>vcvarsall.bat</command> command, e.g. + <command>vcvarsall.bat x64 10.0.10240.0</command> to target Windows 10 + with a 64-bit release build. See <command>-help</command> for other options to + <command>vcvarsall.bat</command>. All commands should be run from the <filename>src\tools\msvc</filename> directory. </para>