doc: add note for Windows build path · nodejs/node@29de000

Original file line numberDiff line numberDiff line change

@@ -94,6 +94,8 @@ More Developer Tools...`. This step will install `clang`, `clang++`, and

9494

* You may want to setup [firewall rules](tools/macosx-firewall.sh)

9595

to avoid popups asking to accept incoming network connections when running tests:

9696
97+

If the path to your build directory contains a space, the build will likely fail.

98+
9799

```console

98100

$ sudo ./tools/macosx-firewall.sh

99101

```

@@ -174,6 +176,8 @@ Prerequisites:

174176

[Git for Windows](http://git-scm.com/download/win) includes Git Bash

175177

and tools which can be included in the global `PATH`.

176178
179+

If the path to your build directory contains a space, the build will likely fail.

180+
177181

```console

178182

> .\vcbuild nosign

179183

```