diff options
| author | 2022-09-17 23:18:34 +0200 | |
|---|---|---|
| committer | 2022-09-17 23:18:34 +0200 | |
| commit | 4bf7fc712f13173d9b9cc2e092f64881dcbb0986 (patch) | |
| tree | f10c85150b949469beb364d2d098357b7207e33f | |
| parent | update sqlite bundled source code to 3.39.3 (diff) | |
| download | zig-sqlite-4bf7fc712f13173d9b9cc2e092f64881dcbb0986.tar.gz zig-sqlite-4bf7fc712f13173d9b9cc2e092f64881dcbb0986.tar.xz zig-sqlite-4bf7fc712f13173d9b9cc2e092f64881dcbb0986.zip | |
fuzz: improve readme
Diffstat (limited to '')
| -rw-r--r-- | fuzz/README.md | 5 |
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 | ``` |
| 18 | then make sure that `$HOME/local/bin` is in your system path. | 18 | then make sure that `$HOME/local/bin` is in your system path. |
| 19 | 19 | ||
| 20 | If 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 | ``` | ||
| 22 | LLVM_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 | ||
| 22 | Once AFL++ is installed, build the fuzz binary: | 27 | Once AFL++ is installed, build the fuzz binary: |