mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: fix bulleted list punctuation in BUILDING.md
Remove/add periods as appropriate in bulleted lists in BUILDING.md. PR-URL: https://github.com/nodejs/node/pull/34849 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
This commit is contained in:
12
BUILDING.md
12
BUILDING.md
@@ -237,7 +237,7 @@ test with Python 3.
|
||||
* GNU Make 3.81 or newer
|
||||
* Python (see note above)
|
||||
* Python 2.7
|
||||
* Python 3.5, 3.6, 3.7, and 3.8.
|
||||
* Python 3.5, 3.6, 3.7, and 3.8
|
||||
|
||||
Installation via Linux package manager can be achieved with:
|
||||
|
||||
@@ -256,7 +256,7 @@ Python 3 users may also need to install `python3-distutils`.
|
||||
* Xcode Command Line Tools >= 10 for macOS
|
||||
* Python (see note above)
|
||||
* Python 2.7
|
||||
* Python 3.5, 3.6, 3.7, and 3.8.
|
||||
* Python 3.5, 3.6, 3.7, and 3.8
|
||||
|
||||
macOS users can install the `Xcode Command Line Tools` by running
|
||||
`xcode-select --install`. Alternatively, if you already have the full Xcode
|
||||
@@ -531,7 +531,7 @@ to run it again before invoking `make -j4`.
|
||||
[Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) or
|
||||
the "Visual C++ build tools" workload from the
|
||||
[Build Tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019),
|
||||
with the default optional components.
|
||||
with the default optional components
|
||||
* Basic Unix tools required for some tests,
|
||||
[Git for Windows](https://git-scm.com/download/win) includes Git Bash
|
||||
and tools which can be included in the global `PATH`.
|
||||
@@ -543,9 +543,9 @@ to run it again before invoking `make -j4`.
|
||||
Optional requirements to build the MSI installer package:
|
||||
|
||||
* The [WiX Toolset v3.11](https://wixtoolset.org/releases/) and the
|
||||
[Wix Toolset Visual Studio 2019 Extension](https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2019Extension).
|
||||
[Wix Toolset Visual Studio 2019 Extension](https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2019Extension)
|
||||
* The [WiX Toolset v3.14](https://wixtoolset.org/releases/) if
|
||||
building for Windows 10 on ARM (ARM64).
|
||||
building for Windows 10 on ARM (ARM64)
|
||||
|
||||
Optional requirements for compiling for Windows 10 on ARM (ARM64):
|
||||
|
||||
@@ -563,7 +563,7 @@ This script will install the following [Chocolatey](https://chocolatey.org/)
|
||||
packages:
|
||||
|
||||
* [Git for Windows](https://chocolatey.org/packages/git) with the `git` and
|
||||
Unix tools added to the `PATH`.
|
||||
Unix tools added to the `PATH`
|
||||
* [Python 3.x](https://chocolatey.org/packages/python) and
|
||||
[legacy Python](https://chocolatey.org/packages/python2)
|
||||
* [Visual Studio 2019 Build Tools](https://chocolatey.org/packages/visualstudio2019buildtools)
|
||||
|
||||
Reference in New Issue
Block a user