mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-25 07:47:18 +00:00
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
This commit is contained in:
parent
3d68688f33
commit
f50feba78d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user