diff --git a/Build.md b/Build.md index 78603dd..a39777e 100644 --- a/Build.md +++ b/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. +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