You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Visual C++ Build Tools are supported to build Node on Windows
and already used in CI, so they should be included in the build
instructions.
Reviewed-By: Rod Vagg <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: #7285
*[Python 2.6 or 2.7](https://www.python.org/downloads/)
102
-
* Visual Studio 2013 / 2015, all editions including the Community edition, or
103
-
* Visual Studio Express 2013 / 2015 for Desktop
102
+
* One of:
103
+
*[Visual C++ Build Tools](http://landinghub.visualstudio.com/visual-cpp-build-tools)
104
+
*[Visual Studio](https://www.visualstudio.com/) 2013 / 2015, all editions including the Community edition
105
+
*[Visual Studio](https://www.visualstudio.com/) Express 2013 / 2015 for Desktop
104
106
* Basic Unix tools required for some tests,
105
107
[Git for Windows](http://git-scm.com/download/win) includes Git Bash
106
108
and tools which can be included in the global `PATH`.
@@ -117,8 +119,8 @@ To run the tests:
117
119
118
120
To test if Node.js was built correctly:
119
121
120
-
```
121
-
$ node -e "console.log('Hello from Node.js ' + process.version)"
122
+
```text
123
+
> Release\node -e "console.log('Hello from Node.js', process.version)"
0 commit comments