Add another Windows 7 dev setup requirement (#2398)
Updated CONTRIBUTING.MD for an additional Windows 7 requirement for archived SDK's, specifically requested for Windows 7 is the Windows 8.1 SDK https://go.microsoft.com/fwlink/p/?LinkId=323507
This commit is contained in:
parent
d54aedcefa
commit
4f1df7377f
1 changed files with 3 additions and 1 deletions
|
@ -35,8 +35,10 @@ Then you need `git`, if you don't have that yet: https://git-scm.com/
|
|||
|
||||
### Windows
|
||||
|
||||
1. **Windows 7 only:** Install Microsoft .NET Framework 4.5.1:
|
||||
1. **Windows 7 only:**
|
||||
- Install Microsoft .NET Framework 4.5.1:
|
||||
https://www.microsoft.com/en-us/download/details.aspx?id=40773
|
||||
- Install Windows SDK version 8.1: https://developer.microsoft.com/en-us/windows/downloads/sdk-archive
|
||||
1. Install _Windows Build Tools_: Open the [Command Prompt (`cmd.exe`) as Administrator](<https://technet.microsoft.com/en-us/library/cc947813(v=ws.10).aspx>)
|
||||
and run: `npm install --global --production --add-python-to-path windows-build-tools`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue