COLLIDE SDL Installation Linux sudo apt-get install libsdl2-2.0-0 sudo apt-get install libsdl2-dev Mac Install the .dmg binary from https://github.com/libsdl-org/SDL/releases/tag/release-2.26.5 As told in Readme.txt, copy the folder SDL2.framwork into /Library/Frameworks Windows Install the mingw32-gcc Compiler or Anyother c++ compiler with make. Running the code Go into code folder and type make on terminal References for SDL SDL Wiki API reference A simple game tutorial