| commit | f6696b83334bc77a5b13d97b56d1bd71b99ee8e6 | [log] [tgz] |
|---|---|---|
| author | laszlocsomor <laszlocsomor@google.com> | Mon Apr 29 01:02:51 2019 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon Apr 29 01:04:20 2019 -0700 |
| tree | 665354ad3d5bff7890f21d3f9403c06e0a9715cc | |
| parent | 74bf7888b794d5ec0a09f0d49abdfdeeef7a0c3b [diff] [blame] |
Windows, docs: must install `patch` in MSYS2 Fixes https://github.com/bazelbuild/bazel/issues/8076 PiperOrigin-RevId: 245700164
diff --git a/site/docs/install-compile-source.md b/site/docs/install-compile-source.md index 9fd1a3b..d2f550e 100644 --- a/site/docs/install-compile-source.md +++ b/site/docs/install-compile-source.md
@@ -114,7 +114,7 @@ * **The MSYS2 packages for zip and unzip.** Run the following command in the MSYS2 shell: ``` - pacman -Syu zip unzip + pacman -S zip unzip patch ``` * **The Visual C++ compiler.** Install the Visual C++ compiler either as part