Skip to content
Snippets Groups Projects
Commit 1484e321 authored by Per Lindgren's avatar Per Lindgren
Browse files

add gdb dependency

parent 6d8c5b6b
No related branches found
No related tags found
No related merge requests found
......@@ -16,13 +16,17 @@ Under arch with `yay` installed simply:
> yay -S z3
```
Later, you also need to have `gdb` installed, under arch by:
## Install KLEE from source
```shell
> yay -S gdb
```
## Install KLEE from source
The instructions recommend LLVM 9, but the current master (2.2-pre) supports LLVM 11 (which is what you would have under arch as of 2020-12-07).
Under arch you can simply
Under arch you can simply:
```shell
> git clone https://github.com/klee/klee.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment