We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d5653 commit 34aef87Copy full SHA for 34aef87
README.md
@@ -42,6 +42,14 @@ sudo apt-get -y install libsdl2-dev libsdl2-image-dev
42
## Windows build dependencies
43
SDL2 runtime binaries are included in this repository, no extra setup needed.
44
45
+## macOS
46
+
47
+Install SDL2 dependencies
48
+```bash
49
+brew install SDL2 SDL2_image
50
+export LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/lib"
51
+```
52
53
## Build & Usage
54
You need to obtain a gba bios binary.
55
An [open source GBA bios](https://github.com/Nebuleon/ReGBA/blob/master/bios/gba_bios.bin) is also available and supported.
0 commit comments