1 Star 0 Fork 36

wenlong_12/third_party_re2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install.sh 380 Bytes
一键复制 编辑 原始数据 按行查看 历史
wenlong_12 提交于 2023-05-04 17:10 +08:00 . re2 版本升级
#!/bin/bash
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation version 2.1
# of the License.
#
# Copyright(c) 2023 Huawei Device Co., Ltd.
set -e
cd $1
if [ -d "re2" ];then
rm -rf re2
fi
tar zxvf re2-2021-11-01.tar.gz
mv re2-2021-11-01 re2
exit 0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wenlong_12/third_party_re2.git
git@gitee.com:wenlong_12/third_party_re2.git
wenlong_12
third_party_re2
third_party_re2
master

搜索帮助