From f50feba78deb6d927e68849181c85ba787a9eff9 Mon Sep 17 00:00:00 2001 From: Jonas Hermsmeier Date: Fri, 24 Mar 2017 17:56:11 +0100 Subject: [PATCH] doc: add option to install win build tools via npm (#1218) This adds the option to install the Windows C++ Build Tools via npm to the RUNNING-LOCALLY docs Change-Type: patch --- docs/RUNNING-LOCALLY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/RUNNING-LOCALLY.md b/docs/RUNNING-LOCALLY.md index 84ebf92a..4a76e9b9 100644 --- a/docs/RUNNING-LOCALLY.md +++ b/docs/RUNNING-LOCALLY.md @@ -23,6 +23,7 @@ Prerequisites - [NSIS v2.51](http://nsis.sourceforge.net/Main_Page) (v3.x won't work) - Either one of the following: - [Visual C++ 2015 Build Tools](http://landinghub.visualstudio.com/visual-cpp-build-tools) containing standalone compilers, libraries and scripts + - Install the [windows-build-tools](https://github.com/felixrieseberg/windows-build-tools) via npm with `npm install --global windows-build-tools` - [Visual Studio Community 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48146) (free) (other editions, like Professional and Enterprise, should work too) **NOTE:** Visual Studio 2015 doesn't install C++ by default. You have to rerun the setup, select "Modify" and then check `Visual C++ -> Common Tools for Visual