install essential libraries before building YouCompleteMe
This commit is contained in:
parent
92b63ad882
commit
d7be5bc98c
2
Rakefile
2
Rakefile
@ -73,7 +73,7 @@ end
|
|||||||
task :install_ycm do
|
task :install_ycm do
|
||||||
if want_to_install?('YouCompleteMe')
|
if want_to_install?('YouCompleteMe')
|
||||||
run %{
|
run %{
|
||||||
sudo apt install cmake -y
|
apt install cmake libpython2.7 python-dev -y
|
||||||
cd $HOME/.vim/bundle/YouCompleteMe/
|
cd $HOME/.vim/bundle/YouCompleteMe/
|
||||||
./install.py
|
./install.py
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user