mirror of https://github.com/python/cpython.git
Explain how to install LLVM on Fedora (GH-118983)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
parent
17cba55786
commit
ab73bcdf73
|
@ -21,6 +21,12 @@ ### Linux
|
||||||
sudo ./llvm.sh 18
|
sudo ./llvm.sh 18
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Install LLVM 18 on Fedora Linux 40 or newer:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo dnf install 'clang(major) = 18' 'llvm(major) = 18'
|
||||||
|
```
|
||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
Install LLVM 18 with [Homebrew](https://brew.sh):
|
Install LLVM 18 with [Homebrew](https://brew.sh):
|
||||||
|
|
Loading…
Reference in New Issue