File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 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
3336Either 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
3841or 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```
4649or you can use anaconda, or any local installation of your favorite choice
4750
You can’t perform that action at this time.
0 commit comments