Skip to content

Commit c20941f

Browse files
committed
Update README instructions for llvm 15
llvm/clang 14 dev packages are no longer available in recent Fedora repos. Better to recommend higher.
1 parent d012144 commit c20941f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,19 @@ Fedora, Ubuntu, and CentOS.
6969
- In order to use the development version from Pluto's git repository, automatic
7070
build system tools, including `autoconf`, `automake`, and `libtool` are needed.
7171

72-
- LLVM/Clang 14.x (14.x recommended, 11.x, 12.x tested to work as well), along
73-
with its development/header files, is needed for the pet submodule. These
74-
packages are available in standard distribution repositories or could be
75-
installed by building LLVM and Clang from source. See `pet/README` for
76-
additional details. On most modern distributions, these can be installed from
77-
the repositories.
72+
- LLVM/Clang 15.x (15.x recommended, 11.x, 12.x, 14.x tested to work as well),
73+
along with its development/header files, is needed for the pet submodule. These
74+
packages are available in standard distribution repositories or could be
75+
installed by building LLVM and Clang from source. See `pet/README` for
76+
additional details. On most modern distributions, these can be installed from
77+
the repositories.
7878

7979
Example:
8080
```shell
8181
# On an Ubuntu.
8282
sudo apt install -y llvm-14-dev libclang-14-dev
8383
# On a Fedora.
84-
sudo dnf -y install llvm14-devel clang14-devel
84+
sudo dnf -y install llvm15-devel clang15-devel
8585
```
8686

8787
- LLVM `FileCheck` is used for Pluto's test suite. (On a Fedora, this is part of

0 commit comments

Comments
 (0)