Skip to content

Commit fef9785

Browse files
lukaszgasiorMylesBorins
authored andcommitted
doc: update BUILDING.md
Added a note about Visual Studio 2015 feature which should be installed for building Node.js source code. PR-URL: #10669 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Bartosz Sosnowski <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent f2ddc72 commit fef9785

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BUILDING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ Prerequisites:
109109
* One of:
110110
* [Visual C++ Build Tools](http://landinghub.visualstudio.com/visual-cpp-build-tools)
111111
* [Visual Studio 2015 Update 3](https://www.visualstudio.com/), all editions
112-
including the Community edition.
112+
including the Community edition (remember to select
113+
"Common Tools for Visual C++ 2015" feature during installation).
113114
* Basic Unix tools required for some tests,
114115
[Git for Windows](http://git-scm.com/download/win) includes Git Bash
115116
and tools which can be included in the global `PATH`.

0 commit comments

Comments
 (0)