Skip to content

Commit

Permalink
added sdl include remark
Browse files Browse the repository at this point in the history
  • Loading branch information
pkerspe authored Jan 14, 2024
1 parent c8cfbc3 commit 879e967
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ Use [Homebrew](https://brew.sh/):
```sh
brew install sdl2
```
Note:
On mac os you need to include (uncomment in provided example platformio.ini file) these lines in your platformio.ini file to import the drivers:
```; SDL2 includes
!find /opt/homebrew/Cellar/sdl2 -name "include" | sed "s/^/-I /"
!find /opt/homebrew/Cellar/sdl2 -name "libSDL2.a" | xargs dirname | sed "s/^/-L /"
```

**Windows**

Expand Down

0 comments on commit 879e967

Please sign in to comment.