summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2016-08-10 14:40:50 +0200
committerJames M Snell <jasnell@gmail.com>2016-08-12 10:49:01 -0700
commitb9487449e151b02ff8cb1f3b4a0311e9eb0878e2 (patch)
treeafc178f6dfa8f4d8660e8deceb33cd7a08ce2314 /BUILDING.md
parent474e629ddbd7706d9ce00b2f4b631b98ee17d988 (diff)
downloadandroid-node-v8-b9487449e151b02ff8cb1f3b4a0311e9eb0878e2.tar.gz
android-node-v8-b9487449e151b02ff8cb1f3b4a0311e9eb0878e2.tar.bz2
android-node-v8-b9487449e151b02ff8cb1f3b4a0311e9eb0878e2.zip
doc: update windows prerequisites
Visual Studio 2013 is no longer supported. Update the Windows build prerequisites. Refs: https://github.com/nodejs/node/issues/7484 PR-URL: https://github.com/nodejs/node/pull/8049 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index b4a7436cec..a0978a8050 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -101,8 +101,8 @@ Prerequisites:
* [Python 2.6 or 2.7](https://www.python.org/downloads/)
* One of:
* [Visual C++ Build Tools](http://landinghub.visualstudio.com/visual-cpp-build-tools)
- * [Visual Studio](https://www.visualstudio.com/) 2013 / 2015, all editions including the Community edition
- * [Visual Studio](https://www.visualstudio.com/) Express 2013 / 2015 for Desktop
+ * [Visual Studio 2015 Update 3](https://www.visualstudio.com/), all editions
+ including the Community edition.
* Basic Unix tools required for some tests,
[Git for Windows](http://git-scm.com/download/win) includes Git Bash
and tools which can be included in the global `PATH`.