mirror of
https://github.com/phoboslab/wipeout-rewrite
synced 2024-12-26 09:59:04 +01:00
Add libglew-dev requirement for Linux SDL2 backend
This commit is contained in:
parent
f0fdfa2aab
commit
3db2a5e658
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ The game currently supports two different platform-backends: [SDL2](https://gith
|
||||||
|
|
||||||
```
|
```
|
||||||
# for SDL2 backend
|
# for SDL2 backend
|
||||||
apt install libsdl2-dev
|
apt install libsdl2-dev libglew-dev
|
||||||
make sdl
|
make sdl
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue