diff options
| author | Else <else@localhost> | 2026-03-18 11:01:36 +0100 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-18 06:21:05 -0400 |
| commit | 38aa54bb91597bd15ecd1dca1da6194c80249039 (patch) | |
| tree | 6756df3fabbc206264a15b35879b2ad175aec758 /README.md | |
| parent | f17698c08030b64e5106465525b73735516d567e (diff) | |
| download | beaker-38aa54bb91597bd15ecd1dca1da6194c80249039.tar.gz | |
Add macOS build and install support
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
