From 701cef72414dc9d0ff94cec4e04c0c0464a56fad Mon Sep 17 00:00:00 2001 From: Melvin Wang Date: Thu, 16 Nov 2023 14:28:32 -0800 Subject: [PATCH] docs: emphasize that LLVM binaries must be found in PATH Signed-off-by: Melvin Wang --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ace57db..676c9240 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ This project was built with support of WDM, KMDF, and UMDF drivers in mind, as w ### Build Requirements * Binding generation via `bindgen` requires `libclang`. The easiest way to acquire this is via `winget` - * `winget install LLVM.LLVM` + * `winget -i install LLVM.LLVM` + * Ensure you select the GUI option to add LLVM to the PATH * To execute post-build tasks (ie. `inf2cat`, `infverif`, etc.), `cargo make` is used * `cargo install --locked cargo-make --no-default-features --features tls-native`