Skip to content

Instantly share code, notes, and snippets.

@newdigate
Last active October 16, 2015 09:56
Show Gist options
  • Save newdigate/0e635239c25b1f0e34f6 to your computer and use it in GitHub Desktop.
Save newdigate/0e635239c25b1f0e34f6 to your computer and use it in GitHub Desktop.
Tools to install for macosx development
xcode
  • install xcode via appstore, then open terminal and run
sudo xcodebuild -license
node.js
homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
command line tools (fish shell, git, automake, etc...)
brew install fish
brew install git
brew install glibtool
brew install automake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment