README 798 B

12345678910111213141516171819202122
  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.
  7. Optional features
  8. INSTALL_ZIP (default=no): Install zip packaged version of electron,
  9. this install a copy of the zip in your system; you can use it later
  10. for build binary applications, if you are developer; otherwise
  11. you not will need it.
  12. If you need to use the option 'INSTALL_ZIP' do something like:
  13. INSTALL_ZIP=yes ./electron.SlackBuild
  14. You can see README.Slackware for more instructions to use it.