Explain how to install LLVM on Fedora (GH-118983)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
Miro Hrončok 2024-05-16 18:09:52 +02:00 committed by GitHub
parent 17cba55786
commit ab73bcdf73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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):