Skip to content

Commit

Permalink
Clarify Windows instructions for 64-bit Skia
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtendera authored and dacap committed Oct 2, 2023
1 parent 63fb39e commit 4f3cf93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,12 @@ On SUSE:

## Windows details

Open a [developer command prompt](https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs)
or in the command line (`cmd.exe`) call:
Open a command prompt window (`cmd.exe`) and call:

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

cd aseprite
Expand Down

0 comments on commit 4f3cf93

Please sign in to comment.