@@ -10,7 +10,7 @@ file a new issue.
10
10
11
11
## Supported platforms
12
12
13
- This list of supported platforms is current as of the branch / release to
13
+ This list of supported platforms is current as of the branch/ release to
14
14
which it is attached.
15
15
16
16
### Input
@@ -33,15 +33,15 @@ Support is divided into three tiers:
33
33
34
34
### Supported platforms
35
35
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 platforms
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 platforms
38
38
in production.
39
39
40
40
| System | Support type | Version | Architectures | Notes |
41
41
| --------------| --------------| ----------------------------------| ----------------------| ------------------|
42
42
| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x64, arm, arm64 | |
43
43
| macOS | Tier 1 | >= 10.10 | x64 | |
44
- | Windows | Tier 1 | >= Windows 7 / 2008 R2 | x86, x64 | vs2017 |
44
+ | Windows | Tier 1 | >= Windows 7/ 2008 R2 | x86, x64 | vs2017 |
45
45
| SmartOS | Tier 2 | >= 15 < 16.4 | x86, x64 | see note1 |
46
46
| FreeBSD | Tier 2 | >= 10 | x64 | |
47
47
| GNU/Linux | Tier 2 | kernel >= 3.13.0, glibc >= 2.19 | ppc64le >=power8 | |
@@ -92,7 +92,7 @@ Depending on host platform, the selection of toolchains may vary.
92
92
* Note:* All prerequisites can be easily installed by following
93
93
[ this bootstrapping guide] ( https://github.com/nodejs/node/blob/master/tools/bootstrap/README.md ) .
94
94
95
- ### Unix / macOS
95
+ ### Unix/ macOS
96
96
97
97
Prerequisites:
98
98
@@ -101,7 +101,7 @@ Prerequisites:
101
101
* Python 2.6 or 2.7
102
102
* GNU Make 3.81 or newer
103
103
104
- On macOS you will need to install the ` Xcode Command Line Tools ` by running
104
+ On macOS, you will need to install the ` Xcode Command Line Tools ` by running
105
105
` xcode-select --install ` . Alternatively, if you already have the full Xcode
106
106
installed, you can find them under the menu `Xcode -> Open Developer Tool ->
107
107
More Developer Tools...` . This step will install ` clang` , ` clang++`, and
@@ -114,7 +114,7 @@ If the path to your build directory contains a space, the build will likely fail
114
114
``` console
115
115
$ sudo ./tools/macosx-firewall.sh
116
116
```
117
- Running this script will add rules for the executable ` node ` in the out
117
+ Running this script will add rules for the executable ` node ` in the ` out `
118
118
directory and the symbolic ` node ` link in the project's root directory.
119
119
120
120
On FreeBSD and OpenBSD, you may also need:
@@ -233,7 +233,7 @@ To test if Node.js was built correctly:
233
233
> Release\n ode -e " console.log('Hello from Node.js', process.version)"
234
234
```
235
235
236
- ### Android / Android-based devices (e.g. Firefox OS)
236
+ ### Android/ Android-based devices (e.g. Firefox OS)
237
237
238
238
Although these instructions for building on Android are provided, please note
239
239
that Android is not an officially supported platform at this time. Patches to
@@ -273,7 +273,7 @@ With the `--download=all`, this may download ICU if you don't have an
273
273
ICU in ` deps/icu ` . (The embedded ` small-icu ` included in the default
274
274
Node.js source does not include all locales.)
275
275
276
- ##### Unix / macOS:
276
+ ##### Unix/ macOS:
277
277
278
278
``` console
279
279
$ ./configure --with-intl=full-icu --download=all
@@ -290,7 +290,7 @@ $ ./configure --with-intl=full-icu --download=all
290
290
The ` Intl ` object will not be available, nor some other APIs such as
291
291
` String.normalize ` .
292
292
293
- ##### Unix / macOS:
293
+ ##### Unix/ macOS:
294
294
295
295
``` console
296
296
$ ./configure --without-intl
@@ -302,7 +302,7 @@ $ ./configure --without-intl
302
302
> .\v cbuild without-intl
303
303
```
304
304
305
- #### Use existing installed ICU (Unix / macOS only):
305
+ #### Use existing installed ICU (Unix/ macOS only):
306
306
307
307
``` console
308
308
$ pkg-config --modversion icu-i18n && ./configure --with-intl=system-icu
@@ -318,7 +318,7 @@ You can find other ICU releases at
318
318
Download the file named something like ` icu4c-**##.#**-src.tgz ` (or
319
319
` .zip ` ).
320
320
321
- ##### Unix / macOS
321
+ ##### Unix/ macOS
322
322
323
323
From an already-unpacked ICU:
324
324
``` console
@@ -366,7 +366,7 @@ and [user guide](https://openssl.org/docs/fips/UserGuide-2.0.pdf).
366
366
through which you get the file complies with the requirements
367
367
for a "secure installation" as described in section 6.6 in
368
368
the [ user guide] ( https://openssl.org/docs/fips/UserGuide-2.0.pdf ) .
369
- For evaluation/experimentation you can simply download and verify
369
+ For evaluation/experimentation, you can simply download and verify
370
370
` openssl-fips-x.x.x.tar.gz ` from https://www.openssl.org/source/
371
371
2 . Extract source to ` openssl-fips ` folder and ` cd openssl-fips `
372
372
3 . ` ./config `
0 commit comments