提交 c0a1de57 编写于 作者: C conglin

Update hb tool

上级 384706d9
......@@ -44,6 +44,7 @@ RUN apt-get update -y \
&& pip3 install --trusted-host mirrors.aliyun.com -i https://mirrors.aliyun.com/pypi/simple kconfiglib \
&& pip3 install --trusted-host mirrors.aliyun.com -i http://mirrors.aliyun.com/pypi/simple pycryptodome \
&& pip3 install --trusted-host mirrors.aliyun.com -i https://mirrors.aliyun.com/pypi/simple ecdsa \
&& python3 -m pip install --user ohos-build \
&& mkdir -p /home/tools \
&& wget -P /home/tools https://repo.huaweicloud.com/harmonyos/compiler/clang/9.0.0-34042/linux/llvm-linux-9.0.0-34042.tar \
&& wget -P /home/tools https://repo.huaweicloud.com/harmonyos/compiler/hc-gen/0.65/linux/hc-gen-0.65-linux.tar \
......
......@@ -24,7 +24,6 @@ OpenHarmony的Docker镜像托管在**HuaweiCloud SWR**上,开发者可以通
```
3. 通过如下命令启动不同平台的编译
```
python3 -m pip install --user build/lite #安装工具hb
hb set #设置工作目录,输入点(.)表示当前目录
在显示的页面中通过键盘上下键选择需要编译的平台,通过回车确定选择
hb build -f #执行编译
......@@ -46,7 +45,6 @@ OpenHarmony的Docker镜像托管在**HuaweiCloud SWR**上,开发者可以通
```
5. 通过如下命令启动不同平台的编译
```
python3 -m pip install --user build/lite #安装工具hb
hb set #设置工作目录,输入点(.)表示当前目录
在显示的页面中通过键盘上下键选择需要编译的平台,通过回车确定选择
hb build -f #执行编译
......
文件模式从 100644 更改为 100755
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册