首頁 > 問答 > 主體
#我到根目錄執行./install.sh 的時候,就出現這個問題,執行以後運行了好長時間,而且另外安裝了很多東西啊,這個是必須的麼?
给我你的怀抱2017-05-16 16:40:07
這個YCM是用來補全C/C++/C#程式碼的, 你如果不寫這些就不用裝
PHPz2017-05-16 16:40:07
按照YCM提示來試試? git submodule update --init --recursive然後:./install.py
天蓬老师2017-05-16 16:40:07
ycm裡麵包含子模組,你git clone的時候沒有下載,需要 git colone --recursive https://github.com/Valloric/YouCompleteMe.git
git colone --recursive https://github.com/Valloric/YouCompleteMe.git