Skip to content

Commit

Permalink
Update INSTALL.md to point windows compilation to amd64 architecture …
Browse files Browse the repository at this point in the history
…by default
  • Loading branch information
dev-nt90 committed Dec 22, 2023
1 parent 32524b1 commit e2438e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ On SUSE:

Open a command prompt window (`cmd.exe`) and call:

call "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat" -arch=<target architecture>
call "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat" -arch=amd64

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. See this section to specify the correct [target architecture](https://learn.microsoft.com/en-us/visualstudio/ide/reference/command-prompt-powershell?view=vs-2022#target-architecture-and-host-architecture).
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. Note the target architecture argument in the above command is set to a value of amd64. If you are compiling in an environment with a different architecture, you can specify it by using one of the values in the [target architecture](https://learn.microsoft.com/en-us/visualstudio/ide/reference/command-prompt-powershell?view=vs-2022#target-architecture-and-host-architecture) section.

And then

Expand Down

0 comments on commit e2438e1

Please sign in to comment.