华为 HarmonyOS 系统 https://www.openharmony.cn

天问 1476a3b30b Update 'README.md' 6 months ago
README.md 1476a3b30b Update 'README.md' 6 months ago

README.md

HarmonyOS

华为 HarmonyOS 系统,基于安卓21 fork而来,

Develop

购买开发板: https://gitee.com/link?target=http%3A%2F%2Fci.openharmony.cn%2Fworkbench%2Fcicd%2Fdailybuild%2Fdailylist

同样通过repo同步多项目源码:

# 下载repo
mkdir ~/bin
curl https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 -o ~/bin/repo 
chmod a+x ~/bin/repo
pip3 install -i https://repo.huaweicloud.com/repository/pypi/simple requests

repo init -u https://gitee.com/openharmony/manifest.git -b master --no-repo-verify
repo sync -c
repo forall -c 'git lfs pull'

Reference