From a97ea55f1753e3ca62d10d4f82a37d18d0c77754 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 11 Nov 2020 14:52:18 +1000 Subject: [PATCH] Windows doc updates --- docs/windows.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/windows.md b/docs/windows.md index 2fa20135e..aba09f9aa 100644 --- a/docs/windows.md +++ b/docs/windows.md @@ -50,11 +50,13 @@ Then grab Bazelisk: PS> \msys64\usr\bin\curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.7.4/bazelisk-windows-amd64.exe -o bazel.exe ``` +NOTE: At the time of writing, Windows Defender is claiming this file has a virus. If it disappears +the first time you run Bazel, restoring it from the Defender settings should allow you to proceed. + **Source folder**: -Anki's source files should not need to be in a specific location, but -the path should be kept as short as possible, and we test with the source -stored in c:\anki. +Anki's source files do not need to be in a specific location, but it's best +to avoid long paths, as they can cause problems. ## Build failures