diff --git a/Getting-started.md b/Getting-started.md index 8925291..cabd092 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -32,7 +32,7 @@ But caution is that you need to identify whether the clang library is compiled w * Gentoo Linux: `cmake -H. -BRelease -DSYSTEM_CLANG=on -DCMAKE_PREFIX_PATH=/usr/lib/llvm/6 -DLLVM_ENABLE_RTTI=on` * Mac OS X + Homebrew: https://github.com/twlz0ne/homebrew-ccls - + MacPorts: `cmake -H. -BRelease -DSYSTEM_CLANG=on -DCMAKE_CXX_COMPILER=clang++-mp-6.0 -DCMAKE_PREFIX_PATH=/opt/local/libexec/llvm-6.0/lib -DLLVM_ENABLE_RTTI=on -DUSE_SHARED_LLVM=on` + + MacPorts: `cmake -H. -BRelease -DSYSTEM_CLANG=on -DCMAKE_CXX_COMPILER=clang++-mp-6.0 -DCMAKE_PREFIX_PATH=/opt/local/libexec/llvm-6.0 -DLLVM_ENABLE_RTTI=on -DUSE_SHARED_LLVM=on` * 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`