Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion setup/setup_new_mac_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ echo "Installing fonts..."
brew cask install ${fonts[@]}

# Android tools need Java 8 to run.
brew cask install java8
# Source: https://github.com/microsoft/malmo/pull/817/
brew cask install homebrew/cask-versions/adoptopenjdk8
# Android development and reverse engineering related installs.
brew cask install android-studio
brew install pidcat # An amazing alternative to logcat
Expand Down