projects
/
platform
/
upstream
/
glslang.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11b5c31
)
README: Expand on the C++11 compiler requirement for MSVS.
author
John Kessenich
<cepheus@frii.com>
Fri, 6 Apr 2018 16:37:06 +0000
(10:37 -0600)
committer
John Kessenich
<cepheus@frii.com>
Fri, 6 Apr 2018 16:38:38 +0000
(10:38 -0600)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index a8b750426f15fe1e9b9a68c46b3b106f9f517f4a..402b4d6005f79f4b4cebc603a18307e12fecbfda 100644
(file)
--- 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.)