aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/windows.md
diff options
context:
space:
mode:
authorGravatar Solal Pirelli <SolalPirelli@users.noreply.github.com>2016-02-19 17:31:49 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-02-22 16:06:05 +0000
commit4e84b140404bb95277afd0226bedddfa82e7ec43 (patch)
tree54eed431e2e2507b6dd5088116ec87a8e1b8ea0d /site/docs/windows.md
parent7eb5285352606537200decab5d36e08d1d4e1bed (diff)
Add missing instructions to Windows build docs
The zip and unzip packages are required, but not installed by default on msys2. ~~Since compilation creates hard links, it needs admin privileges.~~ -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/941 MOS_MIGRATED_REVID=115071091
Diffstat (limited to 'site/docs/windows.md')
-rw-r--r--site/docs/windows.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/windows.md b/site/docs/windows.md
index 82ce2ad28b..a53e642bc0 100644
--- a/site/docs/windows.md
+++ b/site/docs/windows.md
@@ -15,7 +15,7 @@ To bootstrap Bazel on Windows, you will need:
* Java JDK 8 or later
* [msys2](https://msys2.github.io/) (need to be installed at ``C:\msys64\``).
-* Several MSYS packages (gcc, git, curl): use ``pacman`` command
+* Several MSYS packages (gcc, git, curl, zip, unzip): use ``pacman`` command
to install those.
To build Bazel: