build: Add min supported compiler versions to BUILD.md
authorMark Lobodzinski <mark@lunarg.com>
Wed, 7 Feb 2018 23:33:33 +0000 (16:33 -0700)
committerMark Lobodzinski <mark@lunarg.com>
Wed, 7 Feb 2018 23:33:33 +0000 (16:33 -0700)
Change-Id: I694aaf18e3f4f1d458fa2a4f84f84c4553e93a0a

BUILD.md

index dd9fac8..f9b6286 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -23,8 +23,11 @@ git clone https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers
 The build process uses CMake to generate makefiles for this project.
 The build generates the loader, layers, and tests.
 
-This repo has been built and tested on the two most recent Ubuntu LTS versions.
-It should be straightforward to use it on other Linux distros.
+This repo 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, although
+earlier versions may work.
+It should be straightforward to adapt this repository to other Linux distributions.
+
 
 These packages are needed to build this repository:
 ```