From 0eb1c4a1285e1d38b6d61e99f3dde0fbc022ef39 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Wed, 7 Feb 2018 16:33:33 -0700 Subject: [PATCH] build: Add min supported compiler versions to BUILD.md Change-Id: I694aaf18e3f4f1d458fa2a4f84f84c4553e93a0a --- BUILD.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index dd9fac8..f9b6286 100644 --- 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: ``` -- 2.7.4