ccls now available in Gentoo out of the box

Anton Kochkov 2020-02-05 15:18:25 +08:00
parent f3d69ae8fb
commit 304f56ffab

@ -163,6 +163,14 @@ Available in openSUSE Tumbleweed
sudo zypper install ccls
```
### Gentoo
Available in Gentoo
```sh
sudo emerge dev-util/ccls
```
### Ubuntu
To build from source you'll need `sudo apt install zlib1g-dev libncurses-dev`.