Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pkerspe authored Jan 14, 2024
1 parent 879e967 commit 95f6f00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ Use [Homebrew](https://brew.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
On MacOS 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 /"
```
Expand Down

0 comments on commit 95f6f00

Please sign in to comment.