Unverified Commit 2260bbe4 authored by Alovchin91's avatar Alovchin91 Committed by GitHub

Update DEVELOPMENT.md (#1086)

Update instructions for VS 2022.
parent e7081fad
...@@ -9,13 +9,13 @@ ...@@ -9,13 +9,13 @@
* `Windows` * `Windows`
1. Download [Visual Studio Build Tools 2022](https://aka.ms/vs/17/release/vs_buildtools.exe). 1. Download [Visual Studio Build Tools 2022](https://aka.ms/vs/17/release/vs_buildtools.exe).
2. During the installation, select "Desktop development with C++" 2. During the installation, select "Desktop development with C++"
3. Add an environment variable SKIKO_VSBT_PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 3. Add an environment variable `SKIKO_VSBT_PATH=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools`
``` ```
Control Panel|All Control Panel Items|System|Advanced system settings|Environment variables Control Panel|All Control Panel Items|System|Advanced system settings|Environment variables
``` ```
or by running `cmd` as administrator: or by running `cmd` as administrator:
``` ```
setx /M SKIKO_VSBT_PATH "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools" setx /M SKIKO_VSBT_PATH "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools"
``` ```
4. Skiko is built using Clang-cl. Clang-cl is a part of LLVM and can be downloaded from the [LLVM project's website](https://releases.llvm.org/). Please also make sure that Clang-cl.exe is available in %PATH%. 4. Skiko is built using Clang-cl. Clang-cl is a part of LLVM and can be downloaded from the [LLVM project's website](https://releases.llvm.org/). Please also make sure that Clang-cl.exe is available in %PATH%.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment