Increase libclang version requirement in docs

This commit is contained in:
micbou 2018-11-19 19:08:45 +01:00
parent f2d999bbb1
commit 17c9da60f6
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05
2 changed files with 4 additions and 4 deletions

View File

@ -525,9 +525,9 @@ process.
**Download the latest version of `libclang`**. Clang is an open-source **Download the latest version of `libclang`**. Clang is an open-source
compiler that can compile C-family languages. The `libclang` library it compiler that can compile C-family languages. The `libclang` library it
provides is used to power the YCM semantic completion engine for those provides is used to power the YCM semantic completion engine for those
languages. YCM is designed to work with libclang version 3.9 or higher. languages. YCM is designed to work with libclang version 7.0.0 or higher.
You can use the system libclang _only if you are sure it is version 3.9 or You can use the system libclang _only if you are sure it is version 7.0.0 or
higher_, otherwise don't. Even if it is, we recommend using the [official higher_, otherwise don't. Even if it is, we recommend using the [official
binaries from llvm.org][clang-download] if at all possible. Make sure you binaries from llvm.org][clang-download] if at all possible. Make sure you
download the correct archive file for your OS. download the correct archive file for your OS.

View File

@ -741,9 +741,9 @@ will notify you to recompile it. You should then rerun the install process.
**Download the latest version of 'libclang'**. Clang is an open-source **Download the latest version of 'libclang'**. Clang is an open-source
compiler that can compile C-family languages. The 'libclang' library it compiler that can compile C-family languages. The 'libclang' library it
provides is used to power the YCM semantic completion engine for those provides is used to power the YCM semantic completion engine for those
languages. YCM is designed to work with libclang version 3.9 or higher. languages. YCM is designed to work with libclang version 7.0.0 or higher.
You can use the system libclang _only if you are sure it is version 3.9 You can use the system libclang _only if you are sure it is version 7.0.0
or higher_, otherwise don't. Even if it is, we recommend using the or higher_, otherwise don't. Even if it is, we recommend using the
official binaries from llvm.org [40] if at all possible. Make sure you official binaries from llvm.org [40] if at all possible. Make sure you
download the correct archive file for your OS. download the correct archive file for your OS.