Ccls was added to the Arch linux Community repo

Alberto Oporto Ames 2020-02-12 08:54:04 -05:00
parent 304f56ffab
commit 16d19d2cab

@ -129,9 +129,9 @@ Arch User Repository: [aur/ccls-git](https://aur.archlinux.org/packages/ccls-git
`extra/clang` and `extra/llvm` provide `/usr/lib/{libclangAST.so,libLLVM*.a,libLLVM.so}`.
`libclangAST.so` needs `libLLVM.so` and there would be a conflict if `libLLVM*.a` (instead of `libLLVM.so`) are linked. See https://bugs.archlinux.org/task/60512
Also you can install ccls-git from the archlinuxcn repo using pacman.
Also you can install ccls from the Community repo using pacman.
```sudo pacman -S ccls-git```
```sudo pacman -S ccls```
### Debian