Skip to content

Commit af7eacf

Browse files
committed
update some doc
1 parent aab1980 commit af7eacf

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515

1616
## Status update
1717

18+
- 2025-02:
19+
- Updating for clang 19 and py13.
20+
- Dropping testing/support for versions older than 3 from latest.
1821
- 2023-04:
1922
- Please read the installation instructions
2023
- 2021-02:
@@ -32,16 +35,16 @@ See the LLVM Clang instructions at http://apt.llvm.org/ or use your distribution
3235

3336
Either use an installer relevant for your OS (APT, downloads, etc..) to install libclang
3437
```sh
35-
$ sudo apt install libclang1-11
38+
$ sudo apt install libclang1-19
3639
```
3740

3841
or you can use the LLVM install script that installs the whole llvm toolkit
3942
```sh
4043
wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh
41-
# then install llvm version 16
42-
./llvm.sh 16
43-
# or version 11 or any other version
44-
./llvm.sh 11
44+
# then install llvm version 19
45+
./llvm.sh 19
46+
# or version 17 or any other version
47+
./llvm.sh 17
4548
```
4649
or you can use anaconda, or any local installation of your favorite choice
4750

0 commit comments

Comments
 (0)