mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-05 00:39:50 +00:00
Clarify Windows instructions for 64-bit Skia
This commit is contained in:
parent
63fb39e0e8
commit
4f3cf9375e
@ -127,11 +127,12 @@ On SUSE:
|
|||||||
|
|
||||||
## Windows details
|
## Windows details
|
||||||
|
|
||||||
Open a [developer command prompt](https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs)
|
Open a command prompt window (`cmd.exe`) and call:
|
||||||
or in the command line (`cmd.exe`) call:
|
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
And then
|
And then
|
||||||
|
|
||||||
cd aseprite
|
cd aseprite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user