diff options
| author | Mike Weiblen <mikew@lunarg.com> | 2019-03-21 12:51:57 -0600 |
|---|---|---|
| committer | Mike Weiblen <mikew@lunarg.com> | 2019-03-21 13:19:37 -0600 |
| commit | 4f7734dad629d6c11bff800d63ecaf6b6d3fec3a (patch) | |
| tree | 863a3ac535d8b3807787aff4e15f6b368f50198e | |
| parent | 35cdb670f0146ff794c520bebe9c34fe294d58fe (diff) | |
| download | usermoji-4f7734dad629d6c11bff800d63ecaf6b6d3fec3a.tar.xz | |
docs: Update BUILD.md for CMake versions
| -rw-r--r-- | BUILD.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -197,7 +197,7 @@ generate the native platform files. - [2017](https://www.visualstudio.com/vs/downloads/) - The Community Edition of each of the above versions is sufficient, as well as any more capable edition. -- [CMake](http://www.cmake.org/download/) (CI uses CMake 3.12.2) +- CMake: Continuous integration tools use [CMake 3.12.2](https://github.com/Kitware/CMake/releases/tag/v3.12.2) for Windows - Use the installer option to add CMake to the system PATH - Git Client Support - [Git for Windows](http://git-scm.com/download/win) is a popular solution @@ -344,13 +344,13 @@ 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. +The continuous integration tools use [CMake 3.12.4](https://github.com/Kitware/CMake/releases/tag/v3.12.4) for Linux + #### Required Package List sudo apt-get install git cmake build-essential libx11-xcb-dev \ libxkbcommon-dev libwayland-dev libxrandr-dev -*Note: CI uses CMake 3.12.4* - ### Linux Build The general approach is to run CMake to generate make files. Then either run @@ -688,6 +688,8 @@ first build layers using steps above, then run: Tested on OSX version 10.12.6 +The continuous integration tools use [CMake 3.11.3](https://github.com/Kitware/CMake/releases/tag/v3.11.3) for MacOS + Setup Homebrew and components - Follow instructions on [brew.sh](http://brew.sh) to get Homebrew installed. @@ -703,8 +705,6 @@ Setup Homebrew and components brew install cmake python python3 git -*Note:* CI uses CMake 3.11.3 - ### Clone the Repository Clone the Vulkan-Tools repository as defined above in the [Download the Repository](#download-the-repository) |
