mirror of
https://github.com/phoboslab/wipeout-rewrite
synced 2024-12-26 09:59:04 +01:00
README.md: Add macOS glew requirement
I found the need to use homebrew to install glew (I already had sdl2 installed) before I was able to compile the code successfully.
This commit is contained in:
parent
6d241d506f
commit
4eb5248c60
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ make sokol
|
|||
Currently only the SDL2 backend works. macOS is very picky about the GLSL shader version when compiling with Sokol and OpenGL3.3; it shouldn't be too difficult to get it working, but will probably require a bunch of `#ifdefs` for SDL and WASM. PRs welcome!
|
||||
|
||||
```
|
||||
brew install sdl2
|
||||
brew install sdl2 glew
|
||||
make sdl
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue