From: Birunthan Mohanathas Date: Fri, 20 Jan 2017 05:19:43 +0000 (+0200) Subject: Mention VS2015 Update 3 to match CI environment X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b145131505986410cbe5adae8aeaa037492876b7;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Mention VS2015 Update 3 to match CI environment --- diff --git a/docs/development/build-instructions-windows.md b/docs/development/build-instructions-windows.md index a506bb295..2146abad9 100644 --- a/docs/development/build-instructions-windows.md +++ b/docs/development/build-instructions-windows.md @@ -5,7 +5,7 @@ Follow the guidelines below for building Electron on Windows. ## Prerequisites * Windows 7 / Server 2008 R2 or higher -* Visual Studio 2015 - [download VS 2015 Community Edition for +* Visual Studio 2015 Update 3 - [download VS 2015 Community Edition for free](https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx) * [Python 2.7](http://www.python.org/download/releases/2.7/) * [Node.js](http://nodejs.org/download/) @@ -22,8 +22,6 @@ building with Visual Studio will come in the future. **Note:** Even though Visual Studio is not used for building, it's still **required** because we need the build toolchains it provides. -**Note:** While older versions of Electron required Visual Studio 2013, Electron 1.1 and later does require Visual Studio 2015. - ## Getting the Code ```powershell