Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@billyquith
Last active December 8, 2015 18:11
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 billyquith/dad9b99a4348e725b564 to your computer and use it in GitHub Desktop.
Save billyquith/dad9b99a4348e725b564 to your computer and use it in GitHub Desktop.
OSX setup
#!/bin/bash
brew install boost
brew install cmake premake
brew install doxygen
brew install lua luajit
brew install flatbuffers
brew install rapidjson
brew install sdl2 --HEAD
brew install sdl2_image --without-libtiff
brew install sdl2_mixer --with-fluid-synth
brew install sdl2_gfx
brew install sdl2_net
brew install sdl2_ttf
brew install Caskroom/cask/blender # 3D modelling
brew install Caskroom/cask/krita # 2D painting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment