Windows doc updates

This commit is contained in:
Damien Elmes 2020-11-11 14:52:18 +10:00
parent fd5815653f
commit a97ea55f17

View file

@ -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 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**: **Source folder**:
Anki's source files should not need to be in a specific location, but Anki's source files do not need to be in a specific location, but it's best
the path should be kept as short as possible, and we test with the source to avoid long paths, as they can cause problems.
stored in c:\anki.
## Build failures ## Build failures