5 Star 5 Fork 34

OpenHarmony/third_party_abseil-cpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.sh 432 Bytes
一键复制 编辑 原始数据 按行查看 历史
wenlong_12 提交于 2023-04-26 06:51 . 解压后重命名abseil-cpp
#!/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 "abseil-cpp" ];then
rm -rf abseil-cpp
fi
tar zxvf abseil-cpp-20220623.1.tar.gz
mv abseil-cpp-20220623.1 abseil-cpp
cd $1/abseil-cpp
exit 0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_abseil-cpp.git
git@gitee.com:openharmony/third_party_abseil-cpp.git
openharmony
third_party_abseil-cpp
third_party_abseil-cpp
master

搜索帮助