summaryrefslogtreecommitdiff
path: root/fuzz/README.md
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2022-09-17 23:18:34 +0200
committerGravatar Vincent Rischmann2022-09-17 23:18:34 +0200
commit4bf7fc712f13173d9b9cc2e092f64881dcbb0986 (patch)
treef10c85150b949469beb364d2d098357b7207e33f /fuzz/README.md
parentupdate sqlite bundled source code to 3.39.3 (diff)
downloadzig-sqlite-4bf7fc712f13173d9b9cc2e092f64881dcbb0986.tar.gz
zig-sqlite-4bf7fc712f13173d9b9cc2e092f64881dcbb0986.tar.xz
zig-sqlite-4bf7fc712f13173d9b9cc2e092f64881dcbb0986.zip
fuzz: improve readme
Diffstat (limited to '')
-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: