docs: add MSYS2 to DEVELOPER.md (#51459)

PR Close #51459
This commit is contained in:
Jeevan Mahesha
2023-08-22 15:06:57 +05:30
committed by Andrew Kushnir
parent 157415831c
commit fb296e4dd7
+2
View File
@@ -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