From 4f1df7377f53f80e8b011ea28e5c7833c2c959dd Mon Sep 17 00:00:00 2001 From: riyapenn-signal <36971233+riyapenn-signal@users.noreply.github.com> Date: Wed, 23 May 2018 12:16:33 -0700 Subject: [PATCH] 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 --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f507f7d7..25d223cca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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]() and run: `npm install --global --production --add-python-to-path windows-build-tools`