Skip to content

Commit 95737bb

Browse files
authored
gh-120433: Mention chocolatey for installing llvm on Windows as an alternative option (#120434)
1 parent f4d301d commit 95737bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tools/jit/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ Homebrew won't add any of the tools to your `$PATH`. That's okay; the build scri
4141

4242
Install LLVM 18 [by searching for it on LLVM's GitHub releases page](https://github.com/llvm/llvm-project/releases?q=18), clicking on "Assets", downloading the appropriate Windows installer for your platform (likely the file ending with `-win64.exe`), and running it. **When installing, be sure to select the option labeled "Add LLVM to the system PATH".**
4343

44+
Alternatively, you can use [chocolatey](https://chocolatey.org):
45+
46+
```sh
47+
choco install llvm --version=18.1.6
48+
```
49+
4450
### Dev Containers
4551

4652
If you are working CPython in a [Codespaces instance](https://devguide.python.org/getting-started/setup-building/#using-codespaces), there's no need to install LLVM as the Fedora 40 base image includes LLVM 18 out of the box.

0 commit comments

Comments
 (0)