ycm-installing(7)¶
Contents
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
Contents
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