Merge branch 'CloudyProton-master-patch-76300' into 'master'

Recommend apt over apt-get, include libgbm-dev

See merge request drummyfish/anarch!3
This commit is contained in:
CloudyProton 2022-12-08 12:42:16 +00:00
commit d0dd7ea55f
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,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