docs: mention HOMEBREW_PREFIX in macos build instructions

closes #6
This commit is contained in:
CJ van den Berg 2024-04-24 14:29:54 +02:00
parent c2b734a8f6
commit c675d0b34c

View file

@ -52,9 +52,12 @@ is easiest with `brew`:
```shell ```shell
brew install notcurses brew install notcurses
zig build -Duse_system_notcurses=true --search-prefix /usr/local zig build -Duse_system_notcurses=true --search-prefix $HOMEBREW_PREFIX
``` ```
If `HOMEBREW_PREFIX` is not set in your environment check your brew configuration
with `brew config`.
# Running Flow Control # Running Flow Control
The output binary is: The output binary is: