From 4e84b140404bb95277afd0226bedddfa82e7ec43 Mon Sep 17 00:00:00 2001 From: Solal Pirelli Date: Fri, 19 Feb 2016 17:31:49 +0000 Subject: 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 --- site/docs/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/docs/windows.md') 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: -- cgit v1.2.3