Skip to content

Commit

Permalink
Explain how to install LLVM on Fedora (pythonGH-118983)
Browse files Browse the repository at this point in the history
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
  • Loading branch information
hroncok and erlend-aasland committed May 16, 2024
1 parent 17cba55 commit ab73bcd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tools/jit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit ab73bcd

Please sign in to comment.