Skip to content

Instantly share code, notes, and snippets.

@github-polymer-user
Last active January 29, 2017 09:48
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 github-polymer-user/856c59ffab8b6ed5f18ad930dc6e3322 to your computer and use it in GitHub Desktop.
Save github-polymer-user/856c59ffab8b6ed5f18ad930dc6e3322 to your computer and use it in GitHub Desktop.
full install for android dev
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install node
sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
npm install -g nativescript
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
# to install wine see:
# 1. https://www.davidbaumgold.com/tutorials/wine-mac/
# 2. http://stackoverflow.com/questions/41918405/libtiff-dependancy-fails-when-installing-wine-with-homebrew-osx-10-12-3
@github-polymer-user
Copy link
Author

sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment