mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-23 10:09:54 +00:00
modify information
Signed-off-by: wanyanglan <wanyanglan1@huawei.com> Change-Id: Ic65aaef94f79ce8134a96ceb8908c374844b0eb4
This commit is contained in:
parent
421f7df66d
commit
509bf16b32
@ -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. 编译方舟前端,编译命令:
|
||||
|
@ -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:
|
||||
|
@ -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. 首次编译后增量编译方舟前端:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user