mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
Revise build instructions for windows (#1641)
This commit is contained in:
parent
81372e8267
commit
7d994c2e68
1 changed files with 11 additions and 5 deletions
16
Docs.md
16
Docs.md
|
@ -328,11 +328,17 @@ Extra steps for Mac users:
|
||||||
Extra steps for Windows users:
|
Extra steps for Windows users:
|
||||||
|
|
||||||
1. Add `python.exe` to `PATH` (e.g. `set PATH=%PATH%;C:\Python27\python.exe`)
|
1. Add `python.exe` to `PATH` (e.g. `set PATH=%PATH%;C:\Python27\python.exe`)
|
||||||
2. Get [VS Community 2017](https://www.visualstudio.com/downloads/). Make sure
|
2. Get [VS Community 2017](https://www.visualstudio.com/downloads/) with
|
||||||
to select the option to install C++ tools and the Windows SDK.
|
`Desktop development with C++` toolkit and make sure to select the following
|
||||||
3. Enable `Debugging Tools for Windows`. Go to `Control Panel` ->
|
required tools listed below along with all C++ tools.
|
||||||
`Windows 10 SDK` -> Right-Click -> `Change` -> `Change` ->
|
- Windows 10 SDK >= 10.0.17134
|
||||||
`Check Debugging Tools for Windows` -> `Change` -> `Finish`.
|
- Visual C++ ATL for x86 and x64
|
||||||
|
- Visual C++ MFC for x86 and x64
|
||||||
|
- C++ profiling tools
|
||||||
|
3. Enable `Debugging Tools for Windows`. Go to `Control Panel` → `Programs` →
|
||||||
|
`Programs and Features` → Select
|
||||||
|
`Windows Software Development Kit - Windows 10` → `Change` → `Change` → Check
|
||||||
|
`Debugging Tools For Windows` → `Change` -> `Finish`.
|
||||||
|
|
||||||
### Build:
|
### Build:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue