[3.13] Explain how to install LLVM on Fedora (GH-119100)

(cherry picked from commit ab73bcdf73)
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
Miss Islington (bot) 2024-05-16 18:57:40 +02:00 committed by GitHub
parent c69fe804b6
commit 45fbca983c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,12 @@ ### Linux
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):