summaryrefslogtreecommitdiffstats
path: root/development/electron/README
diff options
context:
space:
mode:
author DhabyX <slack.dhabyx@gmail.com>2017-02-13 22:32:06 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-18 07:54:07 +0700
commit0a4b66236dcde6424372e8fa0013be6bed8f8d6d (patch)
tree426ebd1c0ffacc84bdd51cb7351a73c5aabfe399 /development/electron/README
parente04fc426326563b531296a97a4a444248558c46c (diff)
downloadslackbuilds-0a4b66236dcde6424372e8fa0013be6bed8f8d6d.tar.gz
slackbuilds-0a4b66236dcde6424372e8fa0013be6bed8f8d6d.tar.xz
development/electron: Added (cross-platform building library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/electron/README')
-rw-r--r--development/electron/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/development/electron/README b/development/electron/README
new file mode 100644
index 0000000000..ae026dc2d8
--- /dev/null
+++ b/development/electron/README
@@ -0,0 +1,21 @@
+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.