Recommend apt over apt-get, include libgbm-dev

This commit is contained in:
CloudyProton 2022-01-05 19:29:15 +00:00
parent 2e0359129d
commit 8decbec638
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ Compilation depends on platform, but for a Unix PC it goes something like this:
```
# install SDL2, e.g. on Debian-like systems:
sudo apt-get install libsdl2-dev libsdl2-mixer-dev
sudo apt install libsdl2-dev libsdl2-mixer-dev libgbm-dev
# get the source code:
git clone https://gitlab.com/drummyfish/anarch.git