From c019f13e8c68450964ab0050afe2d7f7796280ba Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 11 Aug 2014 09:39:03 +0800 Subject: [PATCH] docs: Update prerequisities in Windows build instructions. --- docs/development/build-instructions-windows.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/development/build-instructions-windows.md b/docs/development/build-instructions-windows.md index 81dcd2e8123e..4a736a5ddf76 100644 --- a/docs/development/build-instructions-windows.md +++ b/docs/development/build-instructions-windows.md @@ -2,18 +2,12 @@ ## Prerequisites -* Windows 8 +* Windows 2008 at least * Visual Studio 2013 * [Python 2.7](http://www.python.org/download/releases/2.7/) * 32bit [node.js](http://nodejs.org/) * [git](http://git-scm.com) -If you are using Visual Studio 2013 __Express__ then you also need following -softwares: - -* [WDK](http://www.microsoft.com/en-us/download/details.aspx?id=11800) - * `Build Environments` is required. - The instructions below are executed under [cygwin](http://www.cygwin.com), but it's not a requirement, you can also build atom-shell under the Windows command prompt or other terminals.