Skip to content

Commit

Permalink
Adding z3 Dependency language to Readme & Doc Readme (#60)
Browse files Browse the repository at this point in the history
* z3

* adding z3 dependency

* adding installation instructions

* fixing formatting

Co-authored-by: Ali Sheikh <ali.sheikh@flexport.com>
  • Loading branch information
Sheikh-A and Ali Sheikh authored Jun 18, 2021
1 parent b1f283e commit 7b2a166
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,11 @@ $ disease out.hex
4: ADD
5: POP
```


### Dependencies
`ecfg` requires z3 to build
Ubuntu Installation Instructions (example):
```console
sudo apt-get update -y
sudo apt-get install -y z3
```
Check the system logs to confirm that there are no related errors.
8 changes: 8 additions & 0 deletions doc/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ Alongside this book, you can also read the API docs generated by Rustdoc if you
- [etk-asm](https://docs.rs/etk-asm)
- [etk-analyze](https://docs.rs/etk-analyze)

### Dependencies
`ecfg` requires z3 to build
Ubuntu Installation Instructions (example):
```console
sudo apt-get update -y
sudo apt-get install -y z3
```
Check the system logs to confirm that there are no related errors.
## License

ETK, all the source code, is released under the [Apache License Version 2.0][apache] and under the [MIT License][mit].
Expand Down

0 comments on commit 7b2a166

Please sign in to comment.