From 4bf7fc712f13173d9b9cc2e092f64881dcbb0986 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sat, 17 Sep 2022 23:18:34 +0200 Subject: fuzz: improve readme --- fuzz/README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fuzz') 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 ``` then make sure that `$HOME/local/bin` is in your system path. +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: +``` +LLVM_CONFIG=$HOME/local/llvm15-release/bin/llvm-config make PREFIX=$HOME/local install +``` + # Build and run Once AFL++ is installed, build the fuzz binary: -- cgit v1.2.3