Skip to content

Commit

Permalink
docs: emphasize that LLVM binaries must be found in PATH
Browse files Browse the repository at this point in the history
Signed-off-by: Melvin Wang <[email protected]>
  • Loading branch information
wmmc88 committed Nov 17, 2023
1 parent de17d01 commit 4235a65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 4235a65

Please sign in to comment.