From 7bae67ddbc5fad34f6fdcd7e70c1d66536feedda Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 17 Feb 2020 18:51:18 +0100 Subject: [PATCH] README.md: Improve MacOS part abit. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8dee12a..67246fd 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ Consult the manual for how to get these installed. **MacOS:** +You must have a compiler installed. This project is known to build with `Xcode 11.0` but other versions should work. + +You need to have opessl and cmake installed also, this can be done with this `brew` command: ```sh $ brew install openssl cmake ```