-
-
Notifications
You must be signed in to change notification settings - Fork 44
Build YouCompleteMe
tracyone edited this page Jan 10, 2018
·
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
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