diff options
author | Jo-Philipp Wich <jo@mein.io> | 2025-01-22 10:14:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-22 10:14:59 +0100 |
commit | 175bfbdb85fe6db6bf4c93278a8ad6b9044fd58e (patch) | |
tree | fbf68e6ae25c9d2af51d90ab3d0c4ffa57ab44f2 | |
parent | 208682a7b97bde19409ff34a3cff7d65867e0891 (diff) | |
parent | 87776a0bc2b21fde4a79aec5190443e027f85a2c (diff) |
Merge pull request #266 from aparcar/libmd
docs: Mention `libmd` in macOS docs
-rw-r--r-- | docs/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md index df221dc..92ab103 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 -DCMAKE_BUILD_RPATH=/usr/local/lib -DCMAKE_INSTALL_RPATH=/usr/local/lib . |