Skip to content

Commit

Permalink
docs: fix winget llvm install command option (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Rishel <[email protected]>
Co-authored-by: Melvin Wang <[email protected]>
  • Loading branch information
PrototypeNM1 and wmmc88 authored Mar 5, 2024
1 parent b529fd4 commit fe481aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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 -i install LLVM.LLVM`
* `winget install -i 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 fe481aa

Please sign in to comment.