我应该下载哪一个? "Download the latest version of libclang"

Which one I should download? "Download the latest version of libclang"

我想在 2015 年初 Mac OSX 安装 YouCompleteMe。

我是在Mac OSX part的指导下安装的。但是,我收到一个警告:

NoExtraConfDetected: No .ycm_extra_conf.py file detected.

然后看了full installation guide, and know that I should Download the latest version of libclang. However, there are so many source code on the official webpage of LLVM,不知道安装什么(下图)。

那么,你能告诉我,我应该安装哪一个吗?

谢谢!

如果您转到 http://llvm.org/releases/download.html#3.8.0,您可以看到适用于 MacOsX 的预构建二进制文件,这就是您需要下载和提取的内容。一旦你提取这个。您将需要使用路径变量获取它的位置。

现在,您还可以从终端使用 brew 安装 clang。

brew install --with-clang llvm