From e67d9aa3a655b2deac509f0fa6cec2f0f0190b12 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Tue, 11 Sep 2018 10:13:21 -0700 Subject: [PATCH] . --- Getting-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Getting-started.md b/Getting-started.md index dedf69a..7afebf7 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -36,6 +36,7 @@ But caution is that you need to identify whether the clang library is compiled w * Windows. It is possible to compile with msys2 or build your own toolchain. But welcome to contribute detailed instructions https://github.com/MaskRay/ccls/issues/59 Debian: `apt install zlib1g-dev` + Install g++-7 on Ubuntu 16.04: https://gist.github.com/jlblancoc/99521194aba975286c80f93e47966dc5 `-DUSE_SHARED_LLVM=on` (optional, if you have `libLLVM.so`) makes linked executable smaller.