macOS

https://www.apple.com/macos/

Help Wanted

This page needs more detail, generalization, and organization. It should have more links to external documentation.


  1. To install Java, see Java#MacOSX
  2. 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 command

    brew doctor


    Fix any problems reported before proceeding.

  3. When your system is ready to brew, install Git and Gradle with
    brew install git gradle