aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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