aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorElse <else@localhost>2026-03-18 11:01:36 +0100
committerfrosty <gabriel@bwaaa.monster>2026-03-18 06:21:05 -0400
commit38aa54bb91597bd15ecd1dca1da6194c80249039 (patch)
tree6756df3fabbc206264a15b35879b2ad175aec758 /README.md
parentf17698c08030b64e5106465525b73735516d567e (diff)
downloadbeaker-38aa54bb91597bd15ecd1dca1da6194c80249039.tar.gz
Add macOS build and install support
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8b8190c..a345f42 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,14 @@ Look at the files in examples for usage
$ cd beaker
# make install
```
+
+On macOS the default install prefix is `/usr/local/`, because `/usr/lib` is protected by System Integrity Protection.
+The install step produces `libbeaker.dylib` and removes any stale `libbeaker.so` from older installs.
+You can always override the destination:
+
+```bash
+$ make install INSTALL_PREFIX=/some/prefix/
+```
## Roadmap