SDL

Installing and linking on Macos

  • brew install sdl2
  • On Intel mac LIBRARY_PATH="$LIBRARY_PATH:/usr/local/lib
  • On M1 mac LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/lib

TODO M1 macs seem to have issues with custom build.rs scripts.