mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
doc: add note for Windows build path
PR-URL: https://github.com/nodejs/node/pull/14354 Fixes: https://github.com/nodejs/node/issues/14337 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
88b85925fe
commit
43029da762
@ -91,6 +91,8 @@ More Developer Tools...`. This step will install `clang`, `clang++`, and
|
||||
* You may want to setup [firewall rules](tools/macosx-firewall.sh)
|
||||
to avoid popups asking to accept incoming network connections when running tests:
|
||||
|
||||
If the path to your build directory contains a space, the build will likely fail.
|
||||
|
||||
```console
|
||||
$ sudo ./tools/macosx-firewall.sh
|
||||
```
|
||||
@ -173,6 +175,8 @@ Prerequisites:
|
||||
[Git for Windows](http://git-scm.com/download/win) includes Git Bash
|
||||
and tools which can be included in the global `PATH`.
|
||||
|
||||
If the path to your build directory contains a space, the build will likely fail.
|
||||
|
||||
```console
|
||||
> .\vcbuild
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user