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 a9dcf6f

Browse filesBrowse files
jagannathBhatMylesBorins
authored andcommitted
doc: improve BUILDING.md
PR-URL: #23976 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent a35e8f1 commit a9dcf6f
Copy full SHA for a9dcf6f

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
@@ -95,8 +95,8 @@ platforms in production.
9595
by Joyent. SmartOS images >= 16.4 are not supported because
9696
GCC 4.8 runtime libraries are not available in their pkgsrc repository
9797

98-
<em id="fn2">2</em>: Tier 1 support for building on Windows is only on 64 bit
99-
hosts. Support is experimental for 32 bit hosts.
98+
<em id="fn2">2</em>: Tier 1 support for building on Windows is only on 64-bit
99+
hosts. Support is experimental for 32-bit hosts.
100100

101101
<em id="fn3">3</em>: On Windows, running Node.js in Windows terminal emulators
102102
like `mintty` requires the usage of [winpty](https://github.com/rprichard/winpty)
@@ -114,7 +114,7 @@ platforms in production.
114114

115115
### Supported toolchains
116116

117-
Depending on host platform, the selection of toolchains may vary.
117+
Depending on the host platform, the selection of toolchains may vary.
118118

119119
#### Unix
120120

@@ -126,11 +126,11 @@ Depending on host platform, the selection of toolchains may vary.
126126

127127
#### Windows
128128

129-
* Visual Studio 2017 with the Windows 10 SDK on a 64 bit host.
129+
* Visual Studio 2017 with the Windows 10 SDK on a 64-bit host.
130130

131131
#### OpenSSL asm support
132132

133-
OpenSSL-1.1.0 requires the following asssembler version for use of asm
133+
OpenSSL-1.1.0 requires the following assembler version for use of asm
134134
support on x86_64 and ia32.
135135

136136
* gas (GNU assembler) version 2.23 or higher
@@ -314,7 +314,7 @@ These core dumps are useful for debugging when provided with the
314314
corresponding original debug binary and system information.
315315

316316
Reading the core dump requires `gdb` built on the same platform the core dump
317-
was captured on (i.e. 64 bit `gdb` for `node` built on a 64 bit system, Linux
317+
was captured on (i.e. 64-bit `gdb` for `node` built on a 64-bit system, Linux
318318
`gdb` for `node` built on Linux) otherwise you will get errors like
319319
`not in executable format: File format not recognized`.
320320

@@ -433,7 +433,7 @@ $ ./configure --without-intl
433433
$ pkg-config --modversion icu-i18n && ./configure --with-intl=system-icu
434434
```
435435

436-
If you are cross compiling, your `pkg-config` must be able to supply a path
436+
If you are cross-compiling, your `pkg-config` must be able to supply a path
437437
that works for both your host and target environments.
438438

439439
#### Build with a specific ICU:
@@ -481,7 +481,7 @@ This version of Node.js does not support FIPS.
481481
## Building Node.js with external core modules
482482

483483
It is possible to specify one or more JavaScript text files to be bundled in
484-
the binary as builtin modules when building Node.js.
484+
the binary as built-in modules when building Node.js.
485485

486486
### Unix/macOS
487487

0 commit comments

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