diff --git a/Getting-started.md b/Getting-started.md index 3d9797e..ed8482a 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -23,8 +23,7 @@ The executable is at `release/ccls`. Additional notes: If your `libstdc++` is too old (no C++17 header files) or have an old GCC/Clang, you may use the `-DCLANG_USE_BUNDLED_LIBC++=on` command at [[Build]]. -* Arch Linux: `cmake -H. -BRelease -DUSE_SHARED_LLVM=on`. - [aur/ccls-git](https://aur.archlinux.org/packages/ccls-git) currently does not work as it links against `extra/clang=6.0.1-1` which has a [known issue](https://github.com/MaskRay/ccls/issues/30). +* Arch Linux: `cmake -H. -BRelease -DUSE_SHARED_LLVM=on`. You may also use [aur/ccls-git](https://aur.archlinux.org/packages/ccls-git) which links against `extra/clang`. There was a [SIGSEGV issue](https://github.com/MaskRay/ccls/issues/30) which has been fixed. * FreeBSD + with `llvm60` installed: `cmake -H. -BRelease -DSYSTEM_CLANG=on -DUSE_SHARED_LLVM=on -DCMAKE_PREFIX_PATH=/usr/local/llvm60` + use libc++: `cmake -H. -BRelease -DCLANG_USE_BUNDLED_LIBC++=on`