Skip to content

Commit bbcd043

Browse files
Xtenderadacap
authored andcommitted
Update README.md with the 64-bit compilation info
Basically copied from the Aseprite readme. I have already accepted aseprite agreement and stuff.
1 parent f90f868 commit bbcd043

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ and uncompress it in some place like `C:\deps\depot_tools`.
3939
to get better performance. So you will need to [download Clang](https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/LLVM-13.0.0-win64.exe),
4040
and install it on a folder like `C:\deps\llvm` (a folder without whitespaces).
4141

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

4544
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat" -arch=x64
4645

46+
The command above is required while attempting to compile the 64-bit version of skia. When compiling 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.
47+
4748
Then:
4849

4950
set PATH=C:\deps\depot_tools;%PATH%

0 commit comments

Comments
 (0)