You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Support is divided into three tiers:
34
34
### Supported platforms
35
35
36
36
The community does not build or test against end-of-life distributions (EoL).
37
-
Thus we do not recommend that you use Node on end-of-life or unsupported
37
+
Thus we do not recommend that you use Node on end-of-life or unsupported
38
38
platforms in production.
39
39
40
40
| System | Support type | Version | Architectures | Notes |
@@ -108,10 +108,10 @@ installed, you can find them under the menu `Xcode -> Open Developer Tool ->
108
108
More Developer Tools...`. This step will install `clang`, `clang++`, and
109
109
`make`.
110
110
* After building, you may want to setup [firewall rules](tools/macosx-firewall.sh)
111
-
to avoid popups asking to accept incoming network connections when running
111
+
to avoid popups asking to accept incoming network connections when running
112
112
tests:
113
113
114
-
If the path to your build directory contains a space, the build will likely
114
+
If the path to your build directory contains a space, the build will likely
115
115
fail.
116
116
117
117
```console
@@ -244,7 +244,7 @@ Prerequisites:
244
244
***Optional** (to build the MSI): the [WiX Toolset v3.11](http://wixtoolset.org/releases/)
245
245
and the [Wix Toolset Visual Studio 2017 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension).
246
246
247
-
If the path to your build directory contains a space or a non-ASCII character,
247
+
If the path to your build directory contains a space or a non-ASCII character,
0 commit comments