aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Weiblen <mikew@lunarg.com>2019-08-20 15:13:05 -0600
committerMike Weiblen <mikew@lunarg.com>2019-08-20 15:13:05 -0600
commitffc655fbead65bbf62b20778ac1e299ce3b180d5 (patch)
tree20743c1560e03a0f7b9fd4f177151b724c080096
parenta01f201a82416bcb2fa39623d6b16bb716230080 (diff)
downloadvulkan-tools-ffc655fbead65bbf62b20778ac1e299ce3b180d5.tar.gz
docs: Bump minimums to Ubuntu 16.04 and gcc 5.4.0
Change-Id: I58588d900c89f3247be423857e861ad278d6b9c0
-rw-r--r--BUILD.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index 8befabeb..a633c56d 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -371,8 +371,8 @@ include:
### 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.