ycm-installing(7)

Install YCM

Download, compile and install the latest version from YCM Releases or from YCM Git Repository

Unpack it on a directory and compile it:

cd ycm-master
mkdir build
cd build
cmake ../
make
sudo make install