summaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/fuzz/README.md b/fuzz/README.md
index 8bdfd11..53f4b93 100644
--- a/fuzz/README.md
+++ b/fuzz/README.md
@@ -17,6 +17,11 @@ make PREFIX=$HOME/local install
17``` 17```
18then make sure that `$HOME/local/bin` is in your system path. 18then make sure that `$HOME/local/bin` is in your system path.
19 19
20If you installed LLVM from source as described in the [Zig wiki](https://github.com/ziglang/zig/wiki/How-to-build-LLVM,-libclang,-and-liblld-from-source#posix), do this instead:
21```
22LLVM_CONFIG=$HOME/local/llvm15-release/bin/llvm-config make PREFIX=$HOME/local install
23```
24
20# Build and run 25# Build and run
21 26
22Once AFL++ is installed, build the fuzz binary: 27Once AFL++ is installed, build the fuzz binary: