21 lines
480 B
Markdown
21 lines
480 B
Markdown
## 1、下载3.0LTS代码
|
|
|
|
```
|
|
repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.0-LTS --no-repo-verify
|
|
repo sync -c
|
|
repo forall -c 'git lfs pull'
|
|
```
|
|
|
|
## 2、将bossay_release_out中的代码放置与对应目录
|
|
|
|
其中:
|
|
app文件夹放到applications/sample
|
|
iot_link放到third_party目录下
|
|
vendor和device中的文件夹放置对应目录
|
|
|
|
## 3、编译
|
|
hb set
|
|
|
|
选择bossay的产品
|
|
|
|
hb build -f 编译代码 |