From a368644f4ffee78735da1bdea12e7c81ae0f4a86 Mon Sep 17 00:00:00 2001 From: George Xanthakis Date: Mon, 6 May 2019 22:27:54 +0300 Subject: [PATCH] Updated Build (markdown) --- Build.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Build.md b/Build.md index 2eee9c8..cff8b8b 100644 --- a/Build.md +++ b/Build.md @@ -120,6 +120,10 @@ Arch User Repository: [aur/ccls-git](https://aur.archlinux.org/packages/ccls-git `extra/clang` and `extra/llvm` provide `/usr/lib/{libclangAST.so,libLLVM*.a,libLLVM.so}`. `libclangAST.so` needs `libLLVM.so` and there would be a conflict if `libLLVM*.a` (instead of `libLLVM.so`) are linked. See https://bugs.archlinux.org/task/60512 +Also you can install ccls-git from the archlinuxcn repo using pacman. + +```sudo pacman -S ccls-git``` + ### Debian ```sh