From be7413b48ae3805413cbc2d42598036dda944adf Mon Sep 17 00:00:00 2001 From: Jadav Date: Wed, 3 Aug 2016 15:45:28 +1000 Subject: [PATCH] VS 2015 update 3 causes build failure Notes added to overcome above issue --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a91b0c5..60bc496 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,9 @@ Other supported software: ## Requirements - - __64bit__ operating system (W7, 8, 8.1, Server 2012) + - __64bit__ operating system (W7, 8, 8.1, 10, Server 2012) - [Visual Studio 2015](https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx), **No earlier versions suppported, C++11 support needed!** + Note* - Uninstall update 3 from VS 2015 if you have installed with update3. This causes [the issue in compilation] (https://github.com/mapbox/windows-builds/issues/92) - [Python 2.7 32 bit](https://www.python.org/downloads/windows/) installed into `C:\Python27` - [git](https://msysgit.github.io/) installed into `C:\Program Files (x86)\Git`