File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,14 @@ dashes, for example `node18-macos-x64` or `node14-linux-arm64`:
90
90
91
91
(element) is unsupported, but you may try to compile yourself.
92
92
93
+ If your target is available in the assets of the latest [ pkg-fetch release] ( https://github.com/yao-pkg/pkg-fetch/releases ) ,
94
+ ` pkg ` downloads the pre-compiled Node.js binary from that project. Otherwise,
95
+ or if you specify the ` --build ` option, it will build the binary from source
96
+ (takes a very long time).
97
+ Pre-compiled Node.js binaries for some unsupported architectures and
98
+ instructions for using them are available in the [ pkg-binaries] ( https://github.com/yao-pkg/pkg-binaries )
99
+ project.
100
+
93
101
You may omit any element (and specify just ` node14 ` for example).
94
102
The omitted elements will be taken from current platform or
95
103
system-wide Node.js installation (its version and arch).
You can’t perform that action at this time.
0 commit comments