From c831ad0ccc02a999ef7bd1698b754b462ce90d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Waldemar=20Rachwa=C5=82?= Date: Wed, 23 Jan 2019 15:57:25 +0100 Subject: [PATCH] Updated Build (markdown) --- Build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.md b/Build.md index 829ee15..bc93302 100644 --- a/Build.md +++ b/Build.md @@ -17,7 +17,7 @@ The simplest/quickest build with all defaults (only for POSIX systems) is: git clone --depth=1 --recursive https://github.com/MaskRay/ccls cd ccls -# Download "Pre-Built Binaries" from https://releases.llvm.org/downloads.html +# Download "Pre-Built Binaries" from https://releases.llvm.org/download.html # and unpack to /path/to/clang+llvm-xxx cmake -H. -BRelease -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/path/to/clang+llvm-xxx cmake --build Release @@ -116,7 +116,7 @@ On Debian and its derivatives, you may install `libclang-*-dev` and `llvm-*-dev` ### Prebuilt binaries -Pick the one on https://releases.llvm.org/downloads.html that suits your system. +Pick the one on https://releases.llvm.org/download.html that suits your system. Note, the Ubuntu 16.04 prebuit binaries are actually suitable for many non-Ubuntu distributions. After unpacking, `-DCMAKE_PREFIX_PATH=/path/to/clang+llvm-7.0.1-x86_64-linux-gnu-ubuntu-16.04`