parent
c2b734a8f6
commit
c675d0b34c
1 changed files with 4 additions and 1 deletions
|
@ -52,9 +52,12 @@ is easiest with `brew`:
|
|||
|
||||
```shell
|
||||
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
|
||||
|
||||
The output binary is:
|
||||
|
|
Loading…
Add table
Reference in a new issue