@@ -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
134134support 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
314314corresponding original debug binary and system information.
315315
316316Reading 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
437437that 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
483483It 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