doc: multiple updates to BUILDING.md
* remove spaces around slash in BUILDING.md * hyphenate _end-of-life_ in BUILDING.md * add missing comma in BUILDING.md * add missing backticks in BUILDING.md * add missing comma to BUILDING.md PR-URL: https://github.com/nodejs/node/pull/17985 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
This commit is contained in:
parent
bf2e96460c
commit
ec00ee89f5
10
BUILDING.md
10
BUILDING.md
@ -33,8 +33,8 @@ Support is divided into three tiers:
|
|||||||
|
|
||||||
### Supported platforms
|
### Supported platforms
|
||||||
|
|
||||||
The community does not build or test against end of life distributions (EoL).
|
The community does not build or test against end-of-life distributions (EoL).
|
||||||
Thus we do not recommend that you use Node on end of life or unsupported platforms
|
Thus we do not recommend that you use Node on end-of-life or unsupported platforms
|
||||||
in production.
|
in production.
|
||||||
|
|
||||||
| System | Support type | Version | Architectures | Notes |
|
| System | Support type | Version | Architectures | Notes |
|
||||||
@ -101,7 +101,7 @@ Prerequisites:
|
|||||||
* Python 2.6 or 2.7
|
* Python 2.6 or 2.7
|
||||||
* GNU Make 3.81 or newer
|
* GNU Make 3.81 or newer
|
||||||
|
|
||||||
On macOS you will need to install the `Xcode Command Line Tools` by running
|
On macOS, you will need to install the `Xcode Command Line Tools` by running
|
||||||
`xcode-select --install`. Alternatively, if you already have the full Xcode
|
`xcode-select --install`. Alternatively, if you already have the full Xcode
|
||||||
installed, you can find them under the menu `Xcode -> Open Developer Tool ->
|
installed, you can find them under the menu `Xcode -> Open Developer Tool ->
|
||||||
More Developer Tools...`. This step will install `clang`, `clang++`, and
|
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
|
|||||||
```console
|
```console
|
||||||
$ sudo ./tools/macosx-firewall.sh
|
$ sudo ./tools/macosx-firewall.sh
|
||||||
```
|
```
|
||||||
Running this script will add rules for the executable `node` in the out
|
Running this script will add rules for the executable `node` in the `out`
|
||||||
directory and the symbolic `node` link in the project's root directory.
|
directory and the symbolic `node` link in the project's root directory.
|
||||||
|
|
||||||
On FreeBSD and OpenBSD, you may also need:
|
On FreeBSD and OpenBSD, you may also need:
|
||||||
@ -366,7 +366,7 @@ and [user guide](https://openssl.org/docs/fips/UserGuide-2.0.pdf).
|
|||||||
through which you get the file complies with the requirements
|
through which you get the file complies with the requirements
|
||||||
for a "secure installation" as described in section 6.6 in
|
for a "secure installation" as described in section 6.6 in
|
||||||
the [user guide](https://openssl.org/docs/fips/UserGuide-2.0.pdf).
|
the [user guide](https://openssl.org/docs/fips/UserGuide-2.0.pdf).
|
||||||
For evaluation/experimentation you can simply download and verify
|
For evaluation/experimentation, you can simply download and verify
|
||||||
`openssl-fips-x.x.x.tar.gz` from https://www.openssl.org/source/
|
`openssl-fips-x.x.x.tar.gz` from https://www.openssl.org/source/
|
||||||
2. Extract source to `openssl-fips` folder and `cd openssl-fips`
|
2. Extract source to `openssl-fips` folder and `cd openssl-fips`
|
||||||
3. `./config`
|
3. `./config`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user