summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-08-19 19:16:44 -0700
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2020-08-24 12:19:43 +0100
commitb1c3fb73fcb08ce0007127984f7d55c76b806bb0 (patch)
tree756771340ff9aca0ee6eef8165a608840214e5b4 /BUILDING.md
parentef41ddf5cb53b42f10e63e195b8999bbcdd63608 (diff)
downloadnode-new-b1c3fb73fcb08ce0007127984f7d55c76b806bb0.tar.gz
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>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 71aedb10f5..45e7f7dda3 100644
--- a/BUILDING.md
+++ b/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 2017 or 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`.
@@ -546,7 +546,7 @@ Optional requirements to build the MSI installer package:
[Wix Toolset Visual Studio 2017 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension)
or the [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):
@@ -564,7 +564,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)