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
+1 -1
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
```