summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index 78368156..9c5b58de 100644
--- a/README.md
+++ b/README.md
@@ -288,12 +288,26 @@ pkgs.mkShell {
</details>
-### macOS (Mojave), using MacPorts
+### macOS
+
+#### MacPorts
```shell
$ sudo port install cargo rust capnproto nettle pkgconfig coreutils
```
+#### Brew
+
+```shell
+$ brew install rust capnp nettle
+```
+
+If building the transitive dependency `nettle-sys` reports missing `libclang.dylib` file make sure that `DYLD_LIBRARY_PATH` is set correctly:
+
+```shell
+export DYLD_LIBRARY_PATH=/Library/Developer/CommandLineTools/usr/lib/
+```
+
### Windows
Please make sure to preserve line-endings when cloning the Sequoia