Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide DDE4 installers #78

Open
a22d44g66 opened this issue Jun 14, 2022 · 2 comments
Open

Provide DDE4 installers #78

a22d44g66 opened this issue Jun 14, 2022 · 2 comments
Labels

Comments

@a22d44g66
Copy link
Collaborator

a22d44g66 commented Jun 14, 2022

Targeted platforms:

  • Linux
  • macOS
    • ARM
    • Intel
  • Mobile?
    • Android?
    • iOS? (iPadOS?, watchOS?)
  • Windows
@a22d44g66 a22d44g66 added the dde4 label Jun 14, 2022
@a22d44g66
Copy link
Collaborator Author

a22d44g66 commented Jun 14, 2022

https://www.google.com/search?q=compile+node+application+into+single+file
https://www.google.com/search?q=compile+node+to+single+file
https://www.google.com/search?q=node+project+to+executable
https://www.npmtrends.com/nexe-vs-pkg-vs-enclose

https://www.section.io/engineering-education/compile-your-nodejs-application-into-a-exe-file/

https://github.com/vercel/ncc
"Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires."

https://www.npmjs.com/package/pkg
"This command line interface enables you to package your Node.js project into an executable that can be run even on devices without Node.js installed."

https://www.npmjs.com/package/nexe
"Nexe is a command-line utility that compiles your Node.js application into a single executable file."

@a22d44g66
Copy link
Collaborator Author

a22d44g66 commented Jun 14, 2022

https://www.npmjs.com/package/pkg#targets

Targets
pkg can generate executables for several target machines at a time. You can specify a comma-separated list of targets via --targets option. A canonical target consists of 3 elements, separated by dashes, for example node12-macos-x64 or node14-linux-arm64:

  • nodeRange (node8), node10, node12, node14, node16 or latest
  • platform alpine, linux, linuxstatic, win, macos, (freebsd)
  • arch x64, arm64, (armv6, armv7)

(element) [a thing in parentheses] is unsupported, but you may try to compile yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant