Add libglew-dev requirement for Linux SDL2 backend

This commit is contained in:
Wayne Myers 2023-08-12 13:55:22 +01:00 committed by GitHub
parent f0fdfa2aab
commit 3db2a5e658
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
```