From aa7b49437a36091b54277457a852f55ad3002946 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 28 Feb 2020 12:38:48 +0100 Subject: [PATCH] README.md: Document manual install of cmake for macos --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7fdc4b7..ba4ad90 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ You need to have opessl and cmake installed also, this can be done with this `br $ brew install openssl cmake ``` +If you need a newer version of cmake, you can download the official `.dmg` file: [cmake-3.15.7-Darwin-x86_64.dmg](https://github.com/Kitware/CMake/releases/download/v3.15.7/cmake-3.15.7-Darwin-x86_64.dmg). or see https://cmake.org/download for other versions. + #### Build Run `./build.sh` to trigger cmake.