Unverified Commit 3192de0d authored by Igor Demin's avatar Igor Demin Committed by GitHub

Update docs about development on Windows (#664)

* Update docs about development on Windows

Specified a more detailed manual how to install Visual Studio. I checked it on a clean PC.

* Update DEVELOPMENT.md

* Update DEVELOPMENT.md
parent aa5e5f7a
...@@ -14,18 +14,10 @@ To use custom version of the dependencies, specify `SKIA_DIR` environment variab ...@@ -14,18 +14,10 @@ To use custom version of the dependencies, specify `SKIA_DIR` environment variab
#### Building on Windows #### Building on Windows
##### Using Visual Studio C++ ##### Using Visual Studio Build Tools 2019
* Install [Visual Studio Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) or 1. Download [Visual Studio Build Tools 2019](https://learn.microsoft.com/en-us/visualstudio/releases/2019/history) (search "BuildTools" on the page).
[Visual Studio C++](https://visualstudio.microsoft.com/vs/features/cplusplus/). 2. During the installation, select "Desktop development with C++"
* If Gradle fails to find Visual C++ toolchain: 3. Add an environment variable SKIKO_VSBT_PATH=C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools
```
Execution failed for task ':compileDebugWindowsCpp'.
> No tool chain is available to build C++ for host operating system 'Windows 10' architecture 'x86-64':
- Tool chain 'visualCpp' (Visual Studio):
- Could not locate a Visual Studio installation, using the command line tool, Windows registry or system path.
```
set `SKIKO_VSBT_PATH` environment variable to the location of installed Visual Studio Build Tools.
This could be done in the UI:
``` ```
Control Panel|All Control Panel Items|System|Advanced system settings|Environment variables Control Panel|All Control Panel Items|System|Advanced system settings|Environment variables
``` ```
......
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