forked from prebuild/prebuild-install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.txt
14 lines (13 loc) · 867 Bytes
/
help.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
prebuild-install [options]
--download -d [url] (download prebuilds, no url means github)
--target -t version (version to install for)
--runtime -r runtime (Node runtime [node or electron] to build or install for, default is node)
--path -p path (make a prebuild-install here)
--token -T gh-token (github token for private repos)
--tag-prefix <prefix> (github tag prefix, default is "v")
--force (always use prebuilt binaries when available)
--build-from-source (skip prebuild download)
--verbose (log verbosely)
--libc (use provided libc rather than system default)
--debug (set Debug or Release configuration)
--version (print prebuild-install version and exit)