summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index dc33fa67..23895cf2 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/) (Version 2.8.11 or better)
+- [CMake](http://www.cmake.org/download/) (CI uses CMake 3.12.2)
- 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
@@ -349,6 +349,8 @@ repository to other Linux distributions.
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
@@ -701,6 +703,8 @@ 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)