From 4f3cf9375eaaac66aeafa44f98a1672a9d4346fe Mon Sep 17 00:00:00 2001 From: Ashray Shah Date: Mon, 2 Oct 2023 09:55:25 -0300 Subject: [PATCH] Clarify Windows instructions for 64-bit Skia --- INSTALL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 3481c3598..e7b538a94 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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