README: Expand on the C++11 compiler requirement for MSVS.

This commit is contained in:
John Kessenich 2018-04-06 10:37:06 -06:00
Родитель 11b5c31108
Коммит 88a6a18119
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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.)