From 3a04bcc66549cb6050417d95d08b95efcf06aea6 Mon Sep 17 00:00:00 2001 From: Mingde Zeng Date: Fri, 23 Aug 2019 10:36:42 -0400 Subject: [PATCH] Updated Build (markdown) --- Build.md | 6 ++++++ 1 file changed, 6 insertions(+) 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