From 243bee5ae16d33ba24d4247ec399df750aa07699 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Sun, 5 Jul 2015 18:31:47 -0400 Subject: Document requirement for VS2015. Fixes #105. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index adb9750..7807f23 100644 --- a/README.md +++ b/README.md @@ -327,8 +327,8 @@ while (true) { EntityX has the following build and runtime requirements: -- A C++ compiler that supports a basic set of C++11 features (ie. Clang >= 3.1, GCC >= 4.7, and Visual C++. -- For Visual C++ support you will need at least [Visual Studio 2013](http://www.microsoft.com/en-ca/download/details.aspx?id=40787) with [Update 1](http://www.microsoft.com/en-us/download/details.aspx?id=41650) and [Update 2 CTP](http://www.microsoft.com/en-us/download/details.aspx?id=41699) installed. +- A C++ compiler that supports a basic set of C++11 features (ie. Clang >= 3.1, GCC >= 4.7, and Visual Studio 2015). +- For Visual C++ support you will need at least [Visual Studio 2015](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx). - [CMake](http://cmake.org/) ### C++11 compiler and library support -- cgit v1.2.3