Skip to content

Commit

Permalink
cherrypicked readme from branch 15 and added submodule note back in r…
Browse files Browse the repository at this point in the history
…eadme
  • Loading branch information
Aavild committed Dec 13, 2023
1 parent 3b88d3c commit ba2b7b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ A model checking engine for ECDAR (Environment for Compositional Design and Anal
- **Windows**: Download protobuf (https://github.com/protocolbuffers/protobuf/releases/) and add the bin folder to your PATH environment variable (https://www.computerhope.com/issues/ch000549.htm)

## Compiling and running
- run `git submodule update --init --recursive` to fetch protobuf submodules
- Build the project: `cargo build` / `cargo build --release`
- Run the tests: `cargo test`
- Example twin-Query: `cargo run -- query -e "consistency: (G17 && G6); refinement: (G17 && G6) <= G17" -i samples/xml/ConsTests.xml`
Expand Down

0 comments on commit ba2b7b9

Please sign in to comment.