README 928 B

123456789101112131415161718192021222324
  1. electron (Library for building cross-platform applications)
  2. Electron is an open source library developed by GitHub for building
  3. cross-platform desktop applications with HTML, CSS, and JavaScript.
  4. Electron accomplishes this by combining Chromium and Node.js into a
  5. single runtime, and apps can be packaged for Mac, Windows, and Linux.
  6. This is electron binary repackaged in Slackware style. This SlackBuild
  7. is for version 19 of Electron. The binary for Electron 19 is only
  8. available for x86_64, arm64 and arm7vl systems.
  9. Optional features
  10. INSTALL_ZIP (default=no): Install zip packaged version of electron,
  11. this install a copy of the zip in your system; you can use it later
  12. for build binary applications, if you are developer; otherwise
  13. you not will need it.
  14. If you need to use the option 'INSTALL_ZIP' do something like:
  15. INSTALL_ZIP=yes ./electron.SlackBuild
  16. You can see README.Slackware for more instructions to use it.