Skip to content

Commit

Permalink
Add homebrew SDL2 installation command to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
z-riley committed Oct 20, 2024
1 parent ada69d6 commit e30fb2f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@

## Dependencies

SDL2 - DirectMedia Layer
### SDL2 - DirectMedia Layer

Installation:
Advanced Packaging Tool (Ubuntu):
```sh
sudo apt-get update && sudo apt-get install -y libsdl2-dev libsdl2-image-dev
```

Homebrew (MacOS):
```sh
brew install sdl2_image
```

## How to run

```sh
Expand Down

0 comments on commit e30fb2f

Please sign in to comment.