mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-23 15:20:52 +00:00
build: Add min supported compiler versions to BUILD.md
Change-Id: I694aaf18e3f4f1d458fa2a4f84f84c4553e93a0a
This commit is contained in:
parent
bbf3193a93
commit
4a07c6ea84
7
BUILD.md
7
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:
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user