Merge pull request #4 from wgmyers/linux-build-info

Add libglew-dev requirement for Linux SDL2 backend
This commit is contained in:
Dominic Szablewski 2023-08-12 23:57:11 +02:00 committed by GitHub
commit 7a9f757a79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ The game currently supports two different platform-backends: [SDL2](https://gith
```
# for SDL2 backend
apt install libsdl2-dev
apt install libsdl2-dev libglew-dev
make sdl
```