Skip to content

Commit

Permalink
Add macOS instructions for installing SDL2
Browse files Browse the repository at this point in the history
Solves #174
  • Loading branch information
michelhe authored Aug 12, 2024
1 parent 27d5653 commit 34aef87
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ sudo apt-get -y install libsdl2-dev libsdl2-image-dev
## Windows build dependencies
SDL2 runtime binaries are included in this repository, no extra setup needed.

## macOS

Install SDL2 dependencies
```bash
brew install SDL2 SDL2_image
export LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/lib"
```

## Build & Usage
You need to obtain a gba bios binary.
An [open source GBA bios](https://github.com/Nebuleon/ReGBA/blob/master/bios/gba_bios.bin) is also available and supported.
Expand Down

0 comments on commit 34aef87

Please sign in to comment.