macOS
Help Wanted
This page needs more detail, generalization, and organization. It should have more links to external documentation.
- To install Java, see Java#MacOSX
To get Gradle and Git, we first need to install the Homebrew package manager from:
http://brew.sh/
After installing, check that Homebrew is working properly by running the commandbrew doctor
Fix any problems reported before proceeding.- When your system is ready to brew, install Git and Gradle with
brew install git gradle