From 38aa54bb91597bd15ecd1dca1da6194c80249039 Mon Sep 17 00:00:00 2001 From: Else Date: Wed, 18 Mar 2026 11:01:36 +0100 Subject: Add macOS build and install support --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3