mirror of
https://github.com/phoboslab/wipeout-rewrite
synced 2025-01-13 20:01:54 +01:00
Merge pull request #4 from wgmyers/linux-build-info
Add libglew-dev requirement for Linux SDL2 backend
This commit is contained in:
commit
7a9f757a79
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