Skip to content

Commit

Permalink
Update macOS installation instructions (pkgconf)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin authored and Alasdair committed Jan 6, 2025
1 parent 8cd9d16 commit 38c0599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sudo apt-get install build-essential libgmp-dev z3 pkg-config
or [MacOS homebrew](https://brew.sh/):
```
xcode-select --install # if you haven't already
brew install gmp z3 pkg-config
brew install gmp z3 pkgconf
```
Finally, install sail from the opam package [https://opam.ocaml.org/packages/sail/](https://opam.ocaml.org/packages/sail/) and its dependencies:
```
Expand Down

0 comments on commit 38c0599

Please sign in to comment.