Skip to content
Snippets Groups Projects
Commit 88a6a181 authored by John Kessenich's avatar John Kessenich
Browse files

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

parent 11b5c311
No related branches found
No related tags found
No related merge requests found
......@@ -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.)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment