Skip to content

Build YouCompleteMe

tracyone edited this page Oct 28, 2021 · 4 revisions

YouCompleteMe is awesome, but it is too difficult to install.

By default, vinux will not build YouCompleteMe, You must build it yourself.

In macOS:

cd ~/.vim/bundle/YouCompleteMe
./install.py --system-libclang --clang-completer

In arm64 linux distribution:

cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer

If your gcc is not support C++11, you must install a newer version of gcc.

CXX=~/gcc-5.2.0/bin/c++ ./install.py

In MS Windows:

No need to build, vinux use snakeleon/YouCompleteMe-x86 and snakeleon/YouCompleteMe-x64 pre build binary.

Official installation tutorial please see : YouCompleteMe#installation

Clone this wiki locally