mirror of
https://github.com/phoboslab/wipeout-rewrite
synced 2025-01-13 20:01:54 +01:00
Merge pull request #3 from andypiper/macos-build-info
README.md: Add macOS glew requirement
This commit is contained in:
commit
f0fdfa2aab
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!
|
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
|
make sdl
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue