From 0d007c1f03f844e6b57c02b3986be54314486d5b Mon Sep 17 00:00:00 2001 From: Nikolaus Wittenstein Date: Tue, 13 Nov 2018 13:27:29 -0500 Subject: [PATCH] Updated Build (markdown) --- Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.md b/Build.md index aca3830..908a5e8 100644 --- a/Build.md +++ b/Build.md @@ -18,7 +18,7 @@ You may append `-G Ninja -DCMAKE_CXX_LINK_FLAGS=-fuse-ld=lld -DCMAKE_CXX_COMPILE * `-DSYSTEM_CLANG=(ON|OFF)` Default: OFF - Enable `SYSTEM_CLANG` if you want to link ccls against a system/local Clang instead of downloading Clang from releases.llvm.org during the configure process. + Enable `SYSTEM_CLANG` if you want to link ccls against a system/local Clang instead of downloading Clang from releases.llvm.org during the configure process. You will probably need to install libclang-*-dev and llvm-*-dev packages (or equivalent) in order to have the correct libraries. ```zsh % cmake -H. -BRelease -DCMAKE_INSTALL_PREFIX=/usr -DSYSTEM_CLANG=On