mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 00:23:48 +00:00
Add VS 2022 command prompt from Start menu in INSTALL guide
This commit is contained in:
parent
8f3af748b9
commit
6f65acb54f
@ -127,11 +127,16 @@ On SUSE:
|
|||||||
|
|
||||||
## Windows details
|
## 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
|
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
|
And then
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user