Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Download and install the latest version of Oracle's Java Development Kit from:
    http://www.oracle.com/technetwork/java/javase/downloads/index.html
  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