From 88a6a181199b3f711ebd4e7fc1c4b840d1b9b491 Mon Sep 17 00:00:00 2001 From: John Kessenich <cepheus@frii.com> Date: Fri, 6 Apr 2018 10:37:06 -0600 Subject: [PATCH] README: Expand on the C++11 compiler requirement for MSVS. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8b750426..402b4d600 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,8 @@ branch. ### Dependencies -* A C++11 compiler +* A C++11 compiler. + (For MSVS: 2015 is recommended, 2013 is fully supported/tested, and 2010 support is attempted, but not tested.) * [CMake][cmake]: for generating compilation targets. * make: _Linux_, ninja is an alternative, if configured. * [Python 2.7][python]: for executing SPIRV-Tools scripts. (Optional if not using SPIRV-Tools.) -- GitLab