From fb296e4dd7a93eafe124e383051659fd6220cb74 Mon Sep 17 00:00:00 2001 From: Jeevan Mahesha Date: Tue, 22 Aug 2023 15:06:57 +0530 Subject: [PATCH] docs: add MSYS2 to DEVELOPER.md (#51459) PR Close #51459 --- docs/DEVELOPER.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index 773009b66cc..473bc08f1ee 100644 --- a/docs/DEVELOPER.md +++ b/docs/DEVELOPER.md @@ -31,6 +31,8 @@ following products on your development machine: * [Yarn](https://yarnpkg.com) (version specified in the engines field of [`package.json`](../package.json)) which is used to install dependencies. +* On Windows: [MSYS2](https://www.msys2.org/) which is used by Bazel. Follow the [instructions](https://bazel.build/install/windows#installing-compilers-and-language-runtimes) + * Optional: [Java](https://openjdk.java.net/) version 7 or higher than required by [Closure Compiler](https://developers.google.com/closure/compiler). Most developers will not need this. Java is required for running some integration tests. ## Getting the Sources