mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-25 09:05:10 +00:00
For Ubuntu 20.04, need libclang-10-dev package for ccls build
parent
ef65711958
commit
bf0e2bd021
2
Build.md
2
Build.md
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user