mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-26 01:21:57 +00:00
Updated Build (markdown)
parent
0eb303a8fe
commit
3a04bcc665
6
Build.md
6
Build.md
@ -175,6 +175,12 @@ Notice that `LLVM_INCLUDE_DIR` points to /usr/lib, and `LLVM_BUILD_INCLUDE` poin
|
|||||||
|
|
||||||
Build as normal. You'll have a ccls library that will be compiled against the sytem-installed LLVM, and use the system clang resource directory as well.
|
Build as normal. You'll have a ccls library that will be compiled against the sytem-installed LLVM, and use the system clang resource directory as well.
|
||||||
|
|
||||||
|
If you see the error:
|
||||||
|
```
|
||||||
|
error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
|
||||||
|
```
|
||||||
|
Then installing `libncurses5` with `sudo apt install libncurses5` can fix the problem.
|
||||||
|
|
||||||
### Red Hat / CentOS
|
### Red Hat / CentOS
|
||||||
|
|
||||||
Older versions (6.x) use an older GNU libc which requires
|
Older versions (6.x) use an older GNU libc which requires
|
||||||
|
Loading…
Reference in New Issue
Block a user