From 248af9520328e969d76fe48ceaf28e63dbb8a92d Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl Date: Sat, 21 Sep 2024 11:15:11 +0200 Subject: [PATCH] Add description for installing Boogie --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62a5a2f..a350275 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ For more details about using Viper, please visit: http://viper.ethz.ch/downloads ### Running Tests ### * Set the environment variable ```Z3_EXE``` to an executable of a recent version of [Z3](https://github.com/Z3Prover/z3). +* Set the environment variable ```BOOGIE_EXE``` to an executable of a recent version of [Boogie](https://github.com/viperproject/boogie-builder) * Run the following command: ```sbt test```.