Tinkering on a little RTS for fun.
Read along in the log.
$ sudo apt install libsdl2-image-dev libsdl2-ttf-dev
$ cargo run -r
$ brew install cmake
$ brew install sdl2 sdl2_image sdl2_ttf
$ export LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"
$ cargo run -r