Skip to content

Commit

Permalink
README: Fix OpenSMT's version
Browse files Browse the repository at this point in the history
  • Loading branch information
blishko committed Apr 12, 2023
1 parent 2a82a5f commit e4c158c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Golem can be compiled on Linux and MacOS.
It uses `CMake` for build configuration.
Golem depends on [OpenSMT](https://github.com/usi-verification-and-security/opensmt/) for SMT solving and interpolation.
If you already have OpenSMT installed, you can pass the path using `-DOPENSMT_HOME` option to `cmake` command.
Note that Golem requires a specific version of OpenSMT, currently v2.4.3.
Note that Golem requires a specific version of OpenSMT, currently v2.5.0.
Otherwise, `cmake` will download the latest compatible version of OpenSMT and build it as a subproject.

## Usage
Expand Down

0 comments on commit e4c158c

Please sign in to comment.