From 87776a0bc2b21fde4a79aec5190443e027f85a2c Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Sun, 5 Jan 2025 20:51:40 +0100 Subject: docs: Mention `libmd` in macOS docs Signed-off-by: Paul Spooren --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 016c7f5..68fd6d7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -69,11 +69,11 @@ command. ### MacOS -To build on MacOS, first install *cmake* and *json-c* via +To build on MacOS, first install *cmake*, *json-c* and *libmd* via [Homebrew](https://brew.sh/), then clone the ucode repository and execute *cmake* followed by *make*: - $ brew install cmake json-c + $ brew install cmake json-c libmd $ git clone https://github.com/jow-/ucode.git $ cd ucode/ $ cmake -DUBUS_SUPPORT=OFF -DUCI_SUPPORT=OFF -DULOOP_SUPPORT=OFF . -- cgit v1.2.3