slackbuilds/development/electron
Robby Workman 2f59367ff0 development/electron: Updated homepage
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2017-05-20 06:53:01 +07:00
..
README development/electron: Added (cross-platform building library). 2017-02-18 07:54:07 +07:00
README.Slackware development/electron: Added (cross-platform building library). 2017-02-18 07:54:07 +07:00
electron.SlackBuild development/electron: Updated for version 1.4.16. 2017-04-06 21:03:13 +07:00
electron.info development/electron: Updated homepage 2017-05-20 06:53:01 +07:00
slack-desc development/electron: Added (cross-platform building library). 2017-02-18 07:54:07 +07:00

README

electron (Library for building cross-platform applications)

Electron is an open source library developed by GitHub for building
cross-platform desktop applications with HTML, CSS, and JavaScript.
Electron accomplishes this by combining Chromium and Node.js into a
single runtime, and apps can be packaged for Mac, Windows, and Linux.

This is electron binary repackaged in Slackware style.

Optional features

INSTALL_ZIP (default=no): Install zip packaged version of electron,
this install a copy of the zip in your system; you can use it later
for build binary applications, if you are developer; otherwise
you not will need it.

If you need to use the option 'INSTALL_ZIP' do something like:

INSTALL_ZIP=yes ./electron.SlackBuild

You can see README.Slackware for more instructions to use it.