You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,11 +74,16 @@ Set the following environment variables:
74
74
-`ANDROID_HOME` pointing to where you have installed the Android SDK
75
75
-`ANDROID_NDK_HOME` pointing to the version of the Android NDK needed for this version of NativeScript
76
76
77
-
Run the following command to build the runtime:
77
+
Run the following commands to build the runtime:
78
+
79
+
```
80
+
npm run setup
81
+
```
78
82
79
83
```
80
84
npm run build
81
85
```
86
+
82
87
The command will let you interactively choose the JS engine you want to build with. i.e V8, QuickJS, Hermes or JSC, PrimJS, Static Hermes.
83
88
84
89
- The build process includes building of the runtime package (both optimized and with unstripped v8 symbol table), as well as all supplementary tools used for the android builds: metadata-generator, binding-generator, metadata-generator, static-binding-generator
0 commit comments