aboutsummaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMike Weiblen <mikew@lunarg.com>2019-08-20 15:15:08 -0600
committerMike Weiblen <mikew@lunarg.com>2019-08-20 15:15:08 -0600
commit3a25c1cf433c613061c45bf1c09464a78917df83 (patch)
treedf861bf72b4c22a24b949a4a9dd99a7b17792f5e /BUILD.md
parent89b9a5030ae96c9a5e3df95833baf1fbf1ab7b8a (diff)
downloadvulkan-validation-layers-3a25c1cf433c613061c45bf1c09464a78917df83.tar.gz
docs: Bump minimums to Ubuntu 16.04 and gcc 5.4.0
Change-Id: Ic40bf1485efed0bcd7cef8b039154ba5828fb59f
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index d164825c2..a974d7ad9 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -428,8 +428,8 @@ layer validation tests use the "googletest" testing framework.)
### Linux Build Requirements
This repository has been built and tested on the two most recent Ubuntu LTS
-versions. Currently, the oldest supported version is Ubuntu 14.04, meaning
-that the minimum supported compiler versions are GCC 4.8.2 and Clang 3.4,
+versions. Currently, the oldest supported version is Ubuntu 16.04, meaning
+that the minimum officially supported C++11 compiler version is GCC 5.4.0,
although earlier versions may work. It should be straightforward to adapt this
repository to other Linux distributions.