Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 424 Bytes

INSTALL.md

File metadata and controls

29 lines (15 loc) · 424 Bytes

Prerequisites

You'll need a few items in order for SDL support to function:

Debian

  • pkg-config

sudo apt-get install pkg-config

  • SDL libraries

sudo apt install libsdl2{,-image,-mixer,-ttf,-gfx}-dev'

  • ffmpeg

sudo apt-get install ffmpeg

MacOS

  • Install Homebrew

  • Now install SDL libraries

brew install sdl2{,_image,_mixer,_ttf,_gfx} pkg-config

  • ffmpeg

brew install ffmpeg