From 6f65acb54f0d739b996d107989762db85c386ed0 Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 29 Jul 2024 17:31:03 -0300 Subject: [PATCH] Add VS 2022 command prompt from Start menu in INSTALL guide --- INSTALL.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index e7b538a94..0bac8c93f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 @@ -190,7 +195,7 @@ but it could be different in your Mac. ### Apple Silicon If you running macOS on an ARM64/AArch64/Apple Silicon Mac (e.g. M1), -you can compile a native ARM64 version of Aseprite following similar +you can compile a native ARM64 version of Aseprite following similar steps as above but when we call `cmake`, we have some differences: cd aseprite