install essential libraries before building YouCompleteMe

This commit is contained in:
Jie Feng 2017-05-06 11:23:39 +08:00
parent 92b63ad882
commit d7be5bc98c

View File

@ -73,7 +73,7 @@ end
task :install_ycm do
if want_to_install?('YouCompleteMe')
run %{
sudo apt install cmake -y
apt install cmake libpython2.7 python-dev -y
cd $HOME/.vim/bundle/YouCompleteMe/
./install.py
}