mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
[3.13] Explain how to install LLVM on Fedora (GH-119100)
(cherry picked from commit ab73bcdf73fed5a23f2e2e37a63d6992f29479a9) Co-authored-by: Miro Hrončok <miro@hroncok.cz> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
parent
c69fe804b6
commit
45fbca983c
1 changed files with 6 additions and 0 deletions
|
|
@ -21,6 +21,12 @@ chmod +x llvm.sh
|
|||
sudo ./llvm.sh 18
|
||||
```
|
||||
|
||||
Install LLVM 18 on Fedora Linux 40 or newer:
|
||||
|
||||
```sh
|
||||
sudo dnf install 'clang(major) = 18' 'llvm(major) = 18'
|
||||
```
|
||||
|
||||
### macOS
|
||||
|
||||
Install LLVM 18 with [Homebrew](https://brew.sh):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue