Skip to content

Commit 020a1b1

Browse files
Add winget install bindgen setup docs (#2424)
* Add winget install option for bindgen setup Recent versions of Windows 10 and Windows 11 ship with the winget CLI tool, which can be used to install LLVM in a way similar to Linux. This PR adds this option to the requirements docs. * Address PR feedback
1 parent 2d99bbd commit 020a1b1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

book/src/requirements.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ It is required to use Clang 5.0 or greater.
1313

1414
#### Windows
1515

16-
Download and install the official pre-built binary from
16+
If you use winget:
17+
```powershell
18+
winget install LLVM.LLVM
19+
```
20+
21+
Alternatively, you can download and install the official pre-built binary from
1722
[LLVM download page](http://releases.llvm.org/download.html).
1823

1924
You will also need to set `LIBCLANG_PATH` as an [environment

0 commit comments

Comments
 (0)