Primary tabs

Comments by User

Saturday, November 4, 2017 - 10:29

And... it worked!

Thank you for following up, you did save me a lot of time sorting out library versions.

Wednesday, October 11, 2017 - 22:41

Actually -- managed to uninstall sdl 2.0.6 and install sdl 2.0.6, taking a stab at the other packages (which depend on sdl2) following the same strategy

brew uninstall sdl2_ttf --force

brew uninstall sdl2_mixer --force

brew uninstall sdl2_image --force

brew uninstall sdl2 --force

brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f028fb4ac27b8b8...

brew pin sdl2

[https://stackoverflow.com/questions/3987683/homebrew-install-specific-ve... -- using http://braumeister.org by sealocal]

Wednesday, October 11, 2017 - 22:15

Thanks, and eager to try it.

Incidentally, if you have a suggestion on how to install sdl 2.0.5 on MAC OS, I spent about one hour trying to figure out how to do it using homebrew and it does not look easy, now that they have discontinued old version support. Maybe I should just forget about using homebrew..