1.下载
https://github.com/Valloric/YouCompleteMe
git clone --recursive https:
//github
.com
/Valloric/YouCompleteMe
.git
使用
git submodule update --init --recursive
确认仓库的完整性
2. 安装
cd
~
mkdir
ycm_build
cd
ycm_build
cmake -G “Unix Makefiles” -DPATH_TO_LLVM_ROOT=~
/ycm_temp/llvm_root_dir
. ~/.vim
/bundle/YouCompleteMe/cpp
make
ycm_support_libs