Skip to content

Commit ff97cb1

Browse files
committed
README.md: Update Mac OS X to macOS
Signed-off-by: Lilis Iskandar <[email protected]>
1 parent ad8f1e5 commit ff97cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ On __Arch Linux__, type:
2727
On __Gentoo__, type:
2828
`emerge -av libsdl2 sdl2-{gfx,image,mixer,ttf}`
2929

30-
On __Mac OS X__, install SDL2 via [Homebrew](http://brew.sh) like so:
30+
On __macOS__, install SDL2 via [Homebrew](http://brew.sh) like so:
3131
`brew install sdl2{,_image,_ttf,_mixer} pkg-config`
3232

3333
On __Windows__,
@@ -140,7 +140,7 @@ UPDATE: Recent update added a call queue system where you can put thread-sensiti
140140
__Why can't SDL_mixer seem to play MP3 audio file?__
141141
Your installed SDL_mixer probably doesn't support MP3 file.
142142

143-
On __Mac OS X__, this is easy to correct. First remove the faulty mixer: `brew remove sdl2_mixer`, then reinstall it with the MP3 option: `brew install sdl2_mixer --with-flac --with-fluid-synth --with-libmikmod --with-libmodplug --with-smpeg2`. If necessary, check which options you can enable with `brew info sdl2_mixer`.
143+
On __macOS__, this is easy to correct. First remove the faulty mixer: `brew remove sdl2_mixer`, then reinstall it with the MP3 option: `brew install sdl2_mixer --with-flac --with-fluid-synth --with-libmikmod --with-libmodplug --with-smpeg2`. If necessary, check which options you can enable with `brew info sdl2_mixer`.
144144

145145
On __Other Operating Systems__, you will need to compile smpeg and SDL_mixer from source with the MP3 option enabled. You can find smpeg in the `external` directory of SDL_mixer. Refer to issue [#148](https://github.com/veandco/go-sdl2/issues/148) for instructions.
146146

0 commit comments

Comments
 (0)