@@ -96,8 +96,8 @@ platforms in production.
96
96
by Joyent. SmartOS images >= 16.4 are not supported because
97
97
GCC 4.8 runtime libraries are not available in their pkgsrc repository
98
98
99
- <em id =" fn2 " >2</em >: Tier 1 support for building on Windows is only on 64 bit
100
- hosts. Support is experimental for 32 bit hosts.
99
+ <em id =" fn2 " >2</em >: Tier 1 support for building on Windows is only on 64- bit
100
+ hosts. Support is experimental for 32- bit hosts.
101
101
102
102
<em id =" fn3 " >3</em >: On Windows, running Node.js in Windows terminal emulators
103
103
like ` mintty ` requires the usage of [ winpty] ( https://github.com/rprichard/winpty )
@@ -115,7 +115,7 @@ platforms in production.
115
115
116
116
### Supported toolchains
117
117
118
- Depending on host platform, the selection of toolchains may vary.
118
+ Depending on the host platform, the selection of toolchains may vary.
119
119
120
120
#### Unix
121
121
@@ -127,11 +127,11 @@ Depending on host platform, the selection of toolchains may vary.
127
127
128
128
#### Windows
129
129
130
- * Visual Studio 2017 with the Windows 10 SDK on a 64 bit host.
130
+ * Visual Studio 2017 with the Windows 10 SDK on a 64- bit host.
131
131
132
132
#### OpenSSL asm support
133
133
134
- OpenSSL-1.1.0 requires the following asssembler version for use of asm
134
+ OpenSSL-1.1.0 requires the following assembler version for use of asm
135
135
support on x86_64 and ia32.
136
136
137
137
* gas (GNU assembler) version 2.23 or higher
@@ -365,7 +365,7 @@ These core dumps are useful for debugging when provided with the
365
365
corresponding original debug binary and system information.
366
366
367
367
Reading the core dump requires ` gdb ` built on the same platform the core dump
368
- was captured on (i.e. 64 bit ` gdb ` for ` node ` built on a 64 bit system, Linux
368
+ was captured on (i.e. 64- bit ` gdb ` for ` node ` built on a 64- bit system, Linux
369
369
` gdb ` for ` node ` built on Linux) otherwise you will get errors like
370
370
` not in executable format: File format not recognized ` .
371
371
@@ -484,7 +484,7 @@ $ ./configure --without-intl
484
484
$ pkg-config --modversion icu-i18n && ./configure --with-intl=system-icu
485
485
```
486
486
487
- If you are cross compiling, your ` pkg-config ` must be able to supply a path
487
+ If you are cross- compiling, your ` pkg-config ` must be able to supply a path
488
488
that works for both your host and target environments.
489
489
490
490
#### Build with a specific ICU:
@@ -532,7 +532,7 @@ This version of Node.js does not support FIPS.
532
532
## Building Node.js with external core modules
533
533
534
534
It is possible to specify one or more JavaScript text files to be bundled in
535
- the binary as builtin modules when building Node.js.
535
+ the binary as built-in modules when building Node.js.
536
536
537
537
### Unix/macOS
538
538
0 commit comments