Skip to content

Commit

Permalink
update the INSTALL instructions for Windows to match changes of the Z…
Browse files Browse the repository at this point in the history
…3 search path

reported by @GenericMonkey
  • Loading branch information
utaal committed Aug 22, 2023
1 parent 5484ef0 commit 49fd021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ normal Rust compiler.

Change directory to `source`: `cd source`

### On Windows: Make sure the Z3 executable is in your path
### On Windows: Get Z3 and set the `VERUS_Z3_PATH` environment variable

Download the [Z3 binaries](https://github.com/Z3Prover/z3/releases).
Make sure you get Z3 4.12.2.
The Z3 `bin` folder contain the executable `z3.exe`.
Either add the Z3 `bin` folder to your path or copy the Z3 executable file to one of the folders in your path.
Set the `VERUS_Z3_PATH` environment variable to the path of the Z3 executable file.

### On Unix/macOS/Windows: Get a local Z3

Expand Down

0 comments on commit 49fd021

Please sign in to comment.