File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,20 +59,20 @@ https://microsoft.github.io/mimalloc/environment.html
5959
6060### Build zig-js-runtime
6161
62- The command ` make install-jsruntime -dev ` uses zig-js-runtime's ` zig-v8 ` dependency to build v8 engine lib.
62+ The command ` make install-zig-js-runtime -dev ` uses zig-js-runtime's ` zig-v8 ` dependency to build v8 engine lib.
6363Be aware the build task is very long and cpu consuming.
6464
6565Build v8 engine for debug/dev version, it creates
6666` vendor/zig-js-runtime/vendor/v8/$ARCH/debug/libc_v8.a ` file.
6767
6868```
69- make install-jsruntime -dev
69+ make install-zig-js-runtime -dev
7070```
7171
7272You should also build a release vesion of v8 with:
7373
7474```
75- make install-jsruntime
75+ make install-zig-js-runtime
7676```
7777
7878### All in one build
You can’t perform that action at this time.
0 commit comments