Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ xcode-select --install

### Z3 installation

The `openshell-prover` crate links against the system Z3 library via pkg-config.
The `openshell-prover` crate links against the system Z3 library via `pkg-config`.

```bash
# macOS
brew install z3
brew install z3 pkg-config

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a matter of interest, is this already included for the other platforms?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's preinstalled on Ubuntu and Fedora. macOS is the only platform that needs it explicitly.


# Ubuntu / Debian
sudo apt install libz3-dev
Expand Down
Loading