Last active
January 29, 2017 09:48
-
-
Save github-polymer-user/856c59ffab8b6ed5f18ad930dc6e3322 to your computer and use it in GitHub Desktop.
full install for android dev
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo chown -R$(whoami) $ (npm config get prefix)/{lib/node_modules,bin,share}