From d4e57b275ad40d196c05add5fab90f6690b8c1b8 Mon Sep 17 00:00:00 2001 From: sose Date: Wed, 28 Apr 2021 01:14:05 +0000 Subject: [PATCH] more deps --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 21da964..f46f8b8 100644 --- a/readme.md +++ b/readme.md @@ -12,10 +12,16 @@ javascript support - libgtk-2-0 - libgconf-2-4 - libxshmfence1 +- libnss3 +- libatk-bridge2.0-0 +- libdrm2 +- libgtk-3-0 +- libgbm +- libasound2 - xvfb (if you're running it headless) ## Setup -- `sudo apt install libgtk2.0-0 libgconf-2-4 libxshmfence1` (if you're on debian, other +- `sudo apt install libgtk2.0-0 libgconf-2-4 libxshmfence1 libnss3 libatk-bridge2.0-0 libdrm2 libgtk-3-0 libgbm1 libasound2` (if you're on debian, other distros idk) - `sudo apt install xvfb` (again, on debian) - `git clone https://tildegit.org/sose/hellgate`