Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b1c3fb7

Browse filesBrowse files
TrottBethGriggs
authored andcommitted
doc: fix bulleted list punctuation in BUILDING.md
Remove/add periods as appropriate in bulleted lists in BUILDING.md. PR-URL: #34849 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
1 parent ef41ddf commit b1c3fb7
Copy full SHA for b1c3fb7

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Open diff view settings
Collapse file

‎BUILDING.md‎

Copy file name to clipboardExpand all lines: BUILDING.md
+5-5Lines changed: 5 additions & 5 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ test with Python 3.
237237
* GNU Make 3.81 or newer
238238
* Python (see note above)
239239
* Python 2.7
240-
* Python 3.5, 3.6, 3.7, and 3.8.
240+
* Python 3.5, 3.6, 3.7, and 3.8
241241

242242
Installation via Linux package manager can be achieved with:
243243

@@ -256,7 +256,7 @@ Python 3 users may also need to install `python3-distutils`.
256256
* Xcode Command Line Tools >= 10 for macOS
257257
* Python (see note above)
258258
* Python 2.7
259-
* Python 3.5, 3.6, 3.7, and 3.8.
259+
* Python 3.5, 3.6, 3.7, and 3.8
260260

261261
macOS users can install the `Xcode Command Line Tools` by running
262262
`xcode-select --install`. Alternatively, if you already have the full Xcode
@@ -531,7 +531,7 @@ to run it again before invoking `make -j4`.
531531
[Visual Studio 2017 or 2019](https://visualstudio.microsoft.com/downloads/) or
532532
the "Visual C++ build tools" workload from the
533533
[Build Tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019),
534-
with the default optional components.
534+
with the default optional components
535535
* Basic Unix tools required for some tests,
536536
[Git for Windows](https://git-scm.com/download/win) includes Git Bash
537537
and tools which can be included in the global `PATH`.
@@ -546,7 +546,7 @@ Optional requirements to build the MSI installer package:
546546
[Wix Toolset Visual Studio 2017 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension)
547547
or the [Wix Toolset Visual Studio 2019 Extension](https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2019Extension).
548548
* The [WiX Toolset v3.14](https://wixtoolset.org/releases/) if
549-
building for Windows 10 on ARM (ARM64).
549+
building for Windows 10 on ARM (ARM64)
550550

551551
Optional requirements for compiling for Windows 10 on ARM (ARM64):
552552

@@ -564,7 +564,7 @@ This script will install the following [Chocolatey](https://chocolatey.org/)
564564
packages:
565565

566566
* [Git for Windows](https://chocolatey.org/packages/git) with the `git` and
567-
Unix tools added to the `PATH`.
567+
Unix tools added to the `PATH`
568568
* [Python 3.x](https://chocolatey.org/packages/python) and
569569
[legacy Python](https://chocolatey.org/packages/python2)
570570
* [Visual Studio 2019 Build Tools](https://chocolatey.org/packages/visualstudio2019buildtools)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.