mirror of
https://github.com/openharmony/ark_js_runtime.git
synced 2026-08-27 02:31:17 -04:00
6468341c72
details: delete unused code issue: https://gitee.com/openharmony/ark_js_runtime/issues/I5COHE Signed-off-by: wengchangcheng <wengchangcheng@huawei.com> Change-Id: I5fe62c58353839d4aac1144fc99e2cf87f4374eb
1.3 KiB
1.3 KiB
Environment Setup and Compilation
Environment Configuration
Use Ubuntu 18.04 or 20.04. For details about how to set up the environment, see:
Setting Up Ubuntu Development Environment with Installation Package and Building Source Code
Compilation
-
First compilation:
./build.sh --product-name hispark_taurus_standard -
Compile an ARK runtime after the first compilation:
x64:
./build.sh --product-name rk3568 --build-target ark_js_host_linux_tools_packages --build-target ark_ts2abc_buildarm64:
./build.sh --product-name ohos_arm64 --build-target ark_js_vm --build-target ld-musl-aarch64.so.1arm32:
./build.sh --product-name rk3568 --build-target ark_js_runtime --build-target ld-musl-arm.so.1 -
Compile the ARK frontend after the first compilation:
./build.sh --product-name hispark_taurus_standard --build-target ark_ts2abc_build
NOTE: Run the compilation commands in the project root directory.
The binary files related to ARK are available in the following paths:
out/hispark_taurus/ark/ark/
out/hispark_taurus/ark/ark_js_runtime/
out/hispark_taurus/clang_x64/ark/ark/
out/hispark_taurus/clang_x64/ark/ark_js_runtime