Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2f7bd15

Browse filesBrowse files
Trotttargos
authored andcommitted
doc: implement minor improvements to BUILDING.md text
Fix comma splices. Remove unnecessary words. Minor text improvements. PR-URL: #31070 Reviewed-By: Masashi Hirano <shisama07@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent b9c057c commit 2f7bd15
Copy full SHA for 2f7bd15

File tree

Expand file treeCollapse file tree

1 file changed

+8
-8
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-8
lines changed
Open diff view settings
Collapse file

‎BUILDING.md‎

Copy file name to clipboardExpand all lines: BUILDING.md
+8-8Lines changed: 8 additions & 8 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ There are three support tiers:
7878
platforms are welcome.
7979

8080
Platforms may move between tiers between major release lines. The table below
81-
will be updated to reflect those changes.
81+
will reflect those changes.
8282

8383
### Platform list
8484

@@ -111,26 +111,26 @@ platforms. This is true regardless of entries in the table below.
111111
| AIX | ppc64be >=power7 | >= 7.2 TL02 | Tier 2 | |
112112
| FreeBSD | x64 | >= 11 | Experimental | Downgraded as of Node.js 12 <sup>[7](#fn7)</sup> |
113113

114-
<em id="fn1">1</em>: GCC 6 is not provided on the base platform, users will
114+
<em id="fn1">1</em>: GCC 6 is not provided on the base platform. Users will
115115
need the
116116
[Toolchain test builds PPA](https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test?field.series_filter=xenial)
117117
or similar to source a newer compiler.
118118

119-
<em id="fn2">2</em>: GCC 6 is not provided on the base platform, users will
119+
<em id="fn2">2</em>: GCC 6 is not provided on the base platform. Users will
120120
need the
121121
[devtoolset-6](https://www.softwarecollections.org/en/scls/rhscl/devtoolset-6/)
122122
or later to source a newer compiler.
123123

124-
<em id="fn3">3</em>: Older kernel versions may work for ARM64, however the
124+
<em id="fn3">3</em>: Older kernel versions may work for ARM64. However the
125125
Node.js test infrastructure only tests >= 4.5.
126126

127127
<em id="fn4">4</em>: On Windows, running Node.js in Windows terminal emulators
128128
like `mintty` requires the usage of [winpty](https://github.com/rprichard/winpty)
129-
for the tty channels to work correctly (e.g. `winpty node.exe script.js`).
129+
for the tty channels to work (e.g. `winpty node.exe script.js`).
130130
In "Git bash" if you call the node shell alias (`node` without the `.exe`
131131
extension), `winpty` is used automatically.
132132

133-
<em id="fn5">5</em>: The Windows Subsystem for Linux (WSL) is not directly
133+
<em id="fn5">5</em>: The Windows Subsystem for Linux (WSL) is not
134134
supported, but the GNU/Linux build process and binaries should work. The
135135
community will only address issues that reproduce on native GNU/Linux
136136
systems. Issues that only reproduce on WSL should be reported in the
@@ -140,11 +140,11 @@ platforms. This is true regardless of entries in the table below.
140140

141141
<em id="fn6">6</em>: Running Node.js on x86 Windows should work and binaries
142142
are provided. However, tests in our infrastructure only run on WoW64.
143-
Furthermore, compiling on x86 Windows is currently considered Experimental and
143+
Furthermore, compiling on x86 Windows is Experimental and
144144
may not be possible.
145145

146146
<em id="fn7">7</em>: The default FreeBSD 12.0 compiler is Clang 6.0.1, but
147-
FreeBSD 12.1 upgrades to 8.0.1. Other Clang/LLVM versions are provided
147+
FreeBSD 12.1 upgrades to 8.0.1. Other Clang/LLVM versions are available
148148
via the system's package manager, including Clang 9.0.
149149

150150
### Supported toolchains

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.