From aed764c4d8313855cdb27fa851c1b5586f82eabc Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 5 Jul 2022 23:36:36 +0000 Subject: [PATCH] Document min CMake version (#3310) ## Proposed Changes Add a tip about the minimum CMake version to make it more obvious what it takes to compile on Ubuntu 18.04. --- book/src/installation-source.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/book/src/installation-source.md b/book/src/installation-source.md index 4b977f522..fc1ac4c09 100644 --- a/book/src/installation-source.md +++ b/book/src/installation-source.md @@ -19,6 +19,10 @@ Install the following packages: sudo apt install -y git gcc g++ make cmake pkg-config llvm-dev libclang-dev clang ``` +> Note: Lighthouse requires CMake v3.12 or newer, which isn't available in the package repositories +> of Ubuntu 18.04 or earlier. On these distributions CMake can still be installed via PPA: +> [https://apt.kitware.com/](https://apt.kitware.com) + #### macOS 1. Install the [Homebrew][] package manager.