From 0ec569216b80fea10e423c1c8eb3e1e4dfa149cb Mon Sep 17 00:00:00 2001 From: defnax <9952056+defnax@users.noreply.github.com> Date: Sat, 23 Dec 2023 09:23:53 +0100 Subject: [PATCH] Added cmake install to the guide --- build_scripts/OSX/MacOS_X_InstallGuide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build_scripts/OSX/MacOS_X_InstallGuide.md b/build_scripts/OSX/MacOS_X_InstallGuide.md index 7f8b389a4..35c89a7eb 100644 --- a/build_scripts/OSX/MacOS_X_InstallGuide.md +++ b/build_scripts/OSX/MacOS_X_InstallGuide.md @@ -86,6 +86,10 @@ Install HomeBrew following this guide: [HomeBrew](http://brew.sh/) $ brew install libmicrohttpd $ brew install rapidjson $ brew install sqlcipher + +#### Install CMake + + $ brew install cmake If you have error in linking, run this: