Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

  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
  • No labels