Skip to content

Commit 362e069

Browse files
JeevanMaheshaAndrewKushnir
authored andcommitted
docs: add MSYS2 to DEVELOPER.md (angular#51459)
PR Close angular#51459
1 parent 2aae92b commit 362e069

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/DEVELOPER.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ following products on your development machine:
3131

3232
* [Yarn](https://yarnpkg.com) (version specified in the engines field of [`package.json`](../package.json)) which is used to install dependencies.
3333

34+
* 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)
35+
3436
* 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.
3537

3638
## Getting the Sources

0 commit comments

Comments
 (0)