diff options
Diffstat (limited to 'development/atom/README')
-rw-r--r-- | development/atom/README | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/development/atom/README b/development/atom/README index 93174ec239..801daa2b59 100644 --- a/development/atom/README +++ b/development/atom/README @@ -13,11 +13,21 @@ If you use apmd package you need rename apm tool. Optional building features: * Disable compiling metrics module for Google Analytics - for poeple who love your privacy + for people who love your privacy https://github.com/atom/metrics DISABLE_METRICS=yes|no (default: no) * Delete temporary data cached after building package DELETE_CACHE=yes|no (default: no) +* Use atom with some version of electron previously + installed in the system. This feature don't make + a distributable binary, and you can use like as node + script application. This requires electron + available in SBo + ELECTRON=yes|no (default=no) + +If you need to use any option do something like: + +ELECTRON=yes ./atom.SlackBuild NOTE: Atom may failed to build at first attempt. |