Skip to content

Commit 34aef87

Browse files
authored
Add macOS instructions for installing SDL2
Solves #174
1 parent 27d5653 commit 34aef87

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ sudo apt-get -y install libsdl2-dev libsdl2-image-dev
4242
## Windows build dependencies
4343
SDL2 runtime binaries are included in this repository, no extra setup needed.
4444

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+
4553
## Build & Usage
4654
You need to obtain a gba bios binary.
4755
An [open source GBA bios](https://github.com/Nebuleon/ReGBA/blob/master/bios/gba_bios.bin) is also available and supported.

0 commit comments

Comments
 (0)