Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan authored Mar 20, 2024
1 parent 6f6a48a commit 16ab7ff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ where `winfsp-tests` executable resides).

(This is only needed when WinFSP headers change)

Clang is needed by [rust-bindgen](https://github.com/rust-lang/rust-bindgen) for parsing WinFPS C++ API headers.
Rust [bindgen CLI must be installed](https://rust-lang.github.io/rust-bindgen/command-line-usage.html)

```cmd.exe
cargo install bindgen-cli
```

On top of that, Clang is needed by [rust-bindgen](https://github.com/rust-lang/rust-bindgen) for parsing WinFPS C++ API headers.

To install Clang (also [see rust-bindgen doc](https://rust-lang.github.io/rust-bindgen/requirements.html#windows)):

Expand Down

0 comments on commit 16ab7ff

Please sign in to comment.