Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. This port will maintain the last version that can build on 10.6.8 SnowLeopard.
Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. This port will maintain the last version that can build on 10.6.8 SnowLeopard.
To install libsdl2-snowleopard, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libsdl2-snowleopard
To see what files were installed by libsdl2-snowleopard, run:
port contents libsdl2-snowleopard
To later upgrade libsdl2-snowleopard, run:
sudo port selfupdate && sudo port upgrade libsdl2-snowleopard
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.