1 Star 0 Fork 0

V. / YouCompleteMe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.sh 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jack O'Connor 提交于 2014-09-29 12:03 . set -e in install.sh
#!/usr/bin/env bash
set -e
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
build_file=$SCRIPT_DIR/third_party/ycmd/build.sh
if [[ ! -f "$build_file" ]]; then
echo "File $build_file doesn't exist; you probably forgot to run:"
printf "\n\tgit submodule update --init --recursive\n\n"
exit 1
fi
"$build_file" "$@"
# Remove old YCM libs if present so that YCM can start.
rm -f python/*ycm_core.* &> /dev/null
rm -f python/*ycm_client_support.* &> /dev/null
rm -f python/*clang*.* &> /dev/null
Python
1
https://gitee.com/vic.liu/YouCompleteMe.git
git@gitee.com:vic.liu/YouCompleteMe.git
vic.liu
YouCompleteMe
YouCompleteMe
master

搜索帮助