Search code examples
macosclangllvmyoucompleteme

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


I want to install YouCompleteMe, on Mac OSX, early 2015.

I have installed it under guidance of Mac OSX part. However, I got one warning:

NoExtraConfDetected: No .ycm_extra_conf.py file detected.

Then I read the 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, and I don't know what to install (figure below).

So, could you please tell me, which one I should install?

Thanks!

enter image description here


Solution

  • If you go to http://llvm.org/releases/download.html#3.8.0 you can see Pre-Build binaries for MacOsX that's what you need to download and extract. Once you extract this. You will need to source it's location using the path variable.

    Now, You can also install clang using brew from the terminal.

    brew install --with-clang llvm