Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Lamse <kyle.lamse@cgi.com>2017-07-18 22:03:43 +0300
committerJames M Snell <jasnell@gmail.com>2017-08-24 18:11:08 +0300
commit43029da762fafabf1d5594b83ee4fbab91dc35d0 (patch)
treeabd93bba3400a9a73a6c9f86557d1998fdff6cf4 /BUILDING.md
parent88b85925fee7fbd6572c77ec576300870d65f5c9 (diff)
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>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 48a9523c42c..6ab63b25020 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -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
```