more deps

This commit is contained in:
sose 2021-04-28 01:14:05 +00:00
parent 1b8b80dfd6
commit d4e57b275a
1 changed files with 7 additions and 1 deletions

View File

@ -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`