From bf7cedd5467c4aa637943174dd286464f738ecf6 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 24 Aug 2016 10:28:36 -0400 Subject: [PATCH] docs(GUI): runtime linux libraries (#655) This entry documents all the GNU/Linux libraries needed to run Etcher. Fixes: https://github.com/resin-io/etcher/issues/630 Signed-off-by: Juan Cruz Viotti --- docs/USER-DOCUMENTATION.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/docs/USER-DOCUMENTATION.md b/docs/USER-DOCUMENTATION.md index 2e9baaee..08b86767 100644 --- a/docs/USER-DOCUMENTATION.md +++ b/docs/USER-DOCUMENTATION.md @@ -63,6 +63,42 @@ being loaded by declaring it in your [weston.ini]: modules=xwayland.so ``` +Runtime GNU/Linux dependencies +------------------------------ + +This entry aims to provide an up to date list of runtime dependencies needed to +run Etcher on a GNU/Linux system. + +### Electron specific + +> See [brightray's gyp file](https://github.com/electron/brightray/blob/master/brightray.gyp#L4) + +- gtk+-2.0 +- dbus-1 +- x11 +- xi +- xcursor +- xdamage +- xrandr +- xcomposite +- xext +- xfixes +- xrender +- xtst +- xscrnsaver +- gconf-2.0 +- gmodule-2.0 +- nss + +### Optional dependencies: + +- libnotify (for notifications) +- libspeechd (for text-to-speech) + +### Etcher specific: + +- liblzma (for xz decompression) + [appimage]: http://appimage.org [xwayland]: https://wayland.freedesktop.org/xserver.html [weston.ini]: http://manpages.ubuntu.com/manpages/wily/man5/weston.ini.5.html