Skip to content

YouCompleteMe install all dependencies

axiaoxin edited this page Jul 24, 2020 · 15 revisions

https://github.com/ycm-core/YouCompleteMe/wiki/Full-Installation-Guide

yum install go
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.io,direct
yum install npm
npm config set registry https://registry.npm.taobao.org
curl -sSf https://sh.rustup.rs | sh
yum install java
Clone this wiki locally