Skip to content

Instantly share code, notes, and snippets.

@gitcrtn
Created July 2, 2022 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gitcrtn/bd1e87c344a6a07c49f6c6b7b0f752b9 to your computer and use it in GitHub Desktop.
Save gitcrtn/bd1e87c344a6a07c49f6c6b7b0f752b9 to your computer and use it in GitHub Desktop.
#!/usr/bin/env zsh
brew install sdl2 sdl2_image sdl2_ttf sdl2_mixer sdl2_gfx sdl2_net
brew link sdl2
echo 'export LIBRARY_PATH=“$LIBRARY_PATH:/opt/homebrew/lib”' >> ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment