From 3db2a5e65833c3da922f32ce5cc1396349fdbf1f Mon Sep 17 00:00:00 2001 From: Wayne Myers Date: Sat, 12 Aug 2023 13:55:22 +0100 Subject: [PATCH] Add libglew-dev requirement for Linux SDL2 backend --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f72752..76ca599 100644 --- a/README.md +++ b/README.md @@ -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 ```