modify information

Signed-off-by: wanyanglan <wanyanglan1@huawei.com>
Change-Id: Ic65aaef94f79ce8134a96ceb8908c374844b0eb4
This commit is contained in:
wanyanglan 2021-09-18 15:56:31 +08:00
parent 421f7df66d
commit 509bf16b32
4 changed files with 10 additions and 6 deletions

View File

@ -20,7 +20,8 @@
1. 编译方舟运行时,编译命令:
```
./build.sh --product-name Hi3516DV300 --build-target ark_js_runtime
./build.sh --product-name Hi3516DV300 --build-target ark_js_runtime # arm平台
./build.sh --product-name Hi3516DV300 --build-target ark_js_host_linux_tools_packages # host端运行工具
```
2. 编译方舟前端,编译命令:
@ -122,7 +123,7 @@ hello-world.abc反汇编结果如下
1. 编译方舟运行时,编译命令:
```
./build.sh --product-name Hi3516DV300 --build-target ark_js_runtime
./build.sh --product-name Hi3516DV300 --build-target ark_js_host_linux_tools_packages
```
1. 编译方舟前端,编译命令:

View File

@ -12,7 +12,8 @@ This section describes how to develop and test ARK runtime.
1. Run the following command to compile ARK runtime:
```
./build.sh --product-name Hi3516DV300 --build-target ark_js_runtime
./build.sh --product-name Hi3516DV300 --build-target ark_js_runtime # arm platform
./build.sh --product-name Hi3516DV300 --build-target ark_js_host_linux_tools_packages # host side running tool
```
2. Run the following command to compile the ARK frontend:
@ -112,7 +113,7 @@ The output is as follows:
1. Run the following command to compile ARK runtime:
```
./build.sh --product-name Hi3516DV300 --build-target ark_js_runtime
./build.sh --product-name Hi3516DV300 --build-target ark_js_host_linux_tools_packages
```
2. Run the following command to compile the ARK frontend:

View File

@ -20,7 +20,8 @@ Ubuntu版本要求18.04或20.04,详细环境搭建参考:
2. 首次编译后增量编译方舟运行时:
```
./build.sh --product-name Hi3516DV300 --build-target ark_js_runtime
./build.sh --product-name Hi3516DV300 --build-target ark_js_runtime # arm平台
./build.sh --product-name Hi3516DV300 --build-target ark_js_host_linux_tools_packages # host端运行工具
```
3. 首次编译后增量编译方舟前端:

View File

@ -20,7 +20,8 @@ Use Ubuntu 18.04 or 20.04. For details about how to set up the environment, see:
2. Compile an ARK runtime after the first compilation:
```
./build.sh --product-name Hi3516DV300 --build-target ark_js_runtime
./build.sh --product-name Hi3516DV300 --build-target ark_js_runtime # arm platform
./build.sh --product-name Hi3516DV300 --build-target ark_js_host_linux_tools_packages # host side running tool
```
3. Compile the ARK frontend after the first compilation: