ref: 3db2a5e65833c3da922f32ce5cc1396349fdbf1f
parent: f0fdfa2aabe07cd0e760c8aa1d9b1c5562b64670
author: Wayne Myers <wgmyers@gmail.com>
date: Sat Aug 12 09:55:22 EDT 2023
Add libglew-dev requirement for Linux SDL2 backend
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
```
# for SDL2 backend
-apt install libsdl2-dev
+apt install libsdl2-dev libglew-dev
make sdl
```