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 is aimed at supporting macOS PowerPC and uses X11 backend.
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 is aimed at supporting macOS PowerPC and uses X11 backend.
To install libsdl2-powerpc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libsdl2-powerpc
To see what files were installed by libsdl2-powerpc, run:
port contents libsdl2-powerpc
To later upgrade libsdl2-powerpc, run:
sudo port selfupdate && sudo port upgrade libsdl2-powerpc
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.