Hacker News new | ask | show | jobs
by rawland 2232 days ago
The compiler might complain that it needs SDL.

Fixed this with:

  sudo apt install libsdl2-dev
on Ubuntu.

Else it works as tingletech described also using Mint/Ubuntu.

1 comments

How do I install this on Mac? apt is not available in mac.

Update: I can install this using brew install sdl2 https://medium.com/@edkins.sarah/set-up-sdl2-on-your-mac-wit...

  brew install sdl2