From 4f7734dad629d6c11bff800d63ecaf6b6d3fec3a Mon Sep 17 00:00:00 2001 From: Mike Weiblen Date: Thu, 21 Mar 2019 12:51:57 -0600 Subject: [PATCH] docs: Update BUILD.md for CMake versions --- BUILD.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/BUILD.md b/BUILD.md index 23895cf..9b6aaba 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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) -- 2.7.4