diff options
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 |
