From a8ea6bd4af891c04ebf7d8d78d7aa5feb0e39d2f Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Wed, 2 Aug 2017 13:49:27 -0700 Subject: [PATCH] Mention Goma for Googlers in CONTRIBUTING.md (flutter/engine#3946) * Mention Goma for Googlers in CONTRIBUTING.md * review comments --- engine/src/flutter/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/src/flutter/CONTRIBUTING.md b/engine/src/flutter/CONTRIBUTING.md index 5a0b7568c2..5466bff1c3 100644 --- a/engine/src/flutter/CONTRIBUTING.md +++ b/engine/src/flutter/CONTRIBUTING.md @@ -16,6 +16,7 @@ Things you will need * Python (used by many of our tools, including 'gclient'). * On Mac OS X and Linux: curl and unzip (used by `gclient sync`). * On Windows: Visual Studio (required for non-Googlers only). + * Recommended for Googlers: Goma for distributed builds. You do not need [Dart](https://www.dartlang.org/downloads/linux.html) installed, as a Dart tool chain is automatically downloaded as part of the "getting the code" step. Similarly for the Android SDK, it's downloaded by the `gclient sync` step below.