For Ubuntu 20.04, need libclang-10-dev package for ccls build

David G 2021-02-15 15:15:47 -05:00
parent ef65711958
commit bf0e2bd021

@ -42,6 +42,8 @@ cmake -H. -BRelease -DCMAKE_BUILD_TYPE=Release \
**Ignore** `fatal: No names found, cannot describe anything` message
Proceed with `cmake --build Release` and, if successful, `cd Release && sudo make install`
**Note** You will need `sudo apt-get install libclang-10-dev` as well for Ubuntu 20.04 build.
Ubuntu 18.04 prebuilt binaries are actually suitable for many non-Ubuntu distributions.
You may replace the last two **cmake** commands with: