Add VS 2022 command prompt from Start menu in INSTALL guide

This commit is contained in:
David Capello 2024-07-29 17:31:03 -03:00
parent 8f3af748b9
commit 6f65acb54f

View File

@ -127,11 +127,16 @@ On SUSE:
## Windows details
Open a command prompt window (`cmd.exe`) and call:
Open a command prompt window with the VS 2022 tools. For this you can
search for `x64 Native Tools Command Prompt for VS 2022` in the Start
menu, or open a `cmd.exe` terminal and run:
call "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat" -arch=x64
The command above is required while using the 64-bit version of skia. When compiling with the 32-bit version, it is possible to open a [developer command prompt](https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs) instead.
The command above is required while using the 64-bit version of
Skia. When compiling with the 32-bit version, it is possible to open a
[developer command prompt](https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs)
instead.
And then