From 8593aaab910001a288241bd296388f3c7c5ed0f9 Mon Sep 17 00:00:00 2001 From: Oumar Aziz OUATTARA Date: Fri, 4 Aug 2017 14:54:03 +0200 Subject: [PATCH] Add Ubuntu zesty dependencies for electron --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 05d8bb5..e4e2499 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,11 @@ First, install `Xvfb`: apt-get install xvfb # Ubuntu/Debian yum install xorg-x11-server-Xvfb # CentOS ``` +> **Note**: On Ubuntu 17.04 Zesty, you also need the following: +> ```sh +> apt install libxtst6 libxss1 libgtk2.0 libgconf2-4 libnss3 libasound2 +> ``` + Create the `HEADLESS` env variable: ```sh