Updated Build (markdown)

Mingde Zeng 2019-08-23 10:36:42 -04:00 committed by Fangrui Song
parent 0eb303a8fe
commit 3a04bcc665

@ -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.
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
Older versions (6.x) use an older GNU libc which requires