> 文档中心 > [OpenHarmony]下载与编译

[OpenHarmony]下载与编译


下载

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

编译

预编译

./build/prebuilts_download.sh --no-checkocertificatie -skip-ssl

rk3568编译

./build.sh --product-name rk3568 --ccache

Hi3516编译

./build.sh --product-name Hi3516DV300 --ccache