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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ Pono was awarded the Oski Award under its original name _cosa2_ at [HWMCC'19](ht

## Setup

* [optional] Install bison and flex
* If you don't have flex installed globally, run `./contrib/setup-flex.sh`
* [optional] Install bison
* Bison should be available in your OS package manager (Linux) or Homebrew (macOS).
* Run `./contrib/setup-smt-switch.sh` -- it will build smt-switch with Bitwuzla
* [optional] to build with MathSAT (required for interpolation-based model checking) you need to obtain the libraries yourself
Expand Down
Loading