Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 341 Bytes

INSTALL_SDL.md

File metadata and controls

25 lines (17 loc) · 341 Bytes

How to Install SDL 2

Linux

Ubuntu

sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev

Fedora / CentOS

TODO

Arch

TODO

MacOSX

You can install with Homebrew:

brew install sdl2 sdl2_image sdl2_mixer sdl2_net sdl2_ttf

Windows

TODO