Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xtofalex committed Mar 14, 2024
1 parent 82ae993 commit 03063bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,19 @@ Using nix-shell:
nix-shell -p cmake bison flex
```

On macOS, using [Homebrew](https://brew.sh/):

```bash
brew install cmake bison flex
```

Ensure the versions of `bison` and `flex` installed via Homebrew take precedence over the macOS defaults by modifying your $PATH environment variable as follows:

```bash
export PATH="/opt/homebrew/opt/flex/bin:/opt/homebrew/opt/bison/bin:$PATH"
```


### Building and Installing

```bash
Expand Down

0 comments on commit 03063bd

Please sign in to comment.