help.txt 1.1 KB

12345678910111213141516
  1. prebuild-install [options]
  2. --download -d [url] (download prebuilds, no url means github)
  3. --target -t version (version to install for)
  4. --runtime -r runtime (Node runtime [node or electron] to build or install for, default is node)
  5. --path -p path (make a prebuild-install here)
  6. --token -T gh-token (github token for private repos)
  7. --arch arch (target CPU architecture, see Node OS module docs, default is current arch)
  8. --platform platform (target platform, see Node OS module docs, default is current platform)
  9. --tag-prefix <prefix> (github tag prefix, default is "v")
  10. --force (always use prebuilt binaries when available)
  11. --build-from-source (skip prebuild download)
  12. --verbose (log verbosely)
  13. --libc (use provided libc rather than system default)
  14. --debug (set Debug or Release configuration)
  15. --version (print prebuild-install version and exit)