added libxshmfence dep

This commit is contained in:
sose 2021-04-28 01:01:24 +00:00
parent cdc49fa97a
commit 1b8b80dfd6
1 changed files with 2 additions and 1 deletions

View File

@ -11,10 +11,11 @@ javascript support
- sh - sh
- libgtk-2-0 - libgtk-2-0
- libgconf-2-4 - libgconf-2-4
- libxshmfence1
- xvfb (if you're running it headless) - xvfb (if you're running it headless)
## Setup ## Setup
- `sudo apt install libgtk2.0-0 libgconf-2-4` (if you're on debian, other - `sudo apt install libgtk2.0-0 libgconf-2-4 libxshmfence1` (if you're on debian, other
distros idk) distros idk)
- `sudo apt install xvfb` (again, on debian) - `sudo apt install xvfb` (again, on debian)
- `git clone https://tildegit.org/sose/hellgate` - `git clone https://tildegit.org/sose/hellgate`