Skip to content

Commit 1c2ba64

Browse files
Apply suggestions from Kunal's code review
Co-authored-by: Kunal Tyagi <[email protected]>
1 parent 16250e8 commit 1c2ba64

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

downloads.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ permalink: /downloads/
77
## Prebuilt binaries
88

99

10-
Point Cloud Library (PCL) runs on many operating systems, and prebuilt binaries are available for Linux, Windows, and macOS. In addition to installing PCL, you will need to download and compile a set of 3rd party libraries that PCL requires in order to function. To sidestep all that trouble, we recommend you to install PCL through one of the many available package managers out there. Package managers are the preferred distribution mechanism to download PCL. We provide a couple of options below dependent on your platform of choice.
10+
Point Cloud Library (PCL) runs on many operating systems, and prebuilt binaries are available for Linux, Windows, and macOS. You also need to setup and provide a set of 3rd party libraries required by PCL.
11+
To sidestep all that trouble, we recommend you to install PCL through one of the many available package managers out there. Package managers are the preferred distribution mechanism to download PCL.
12+
We provide a number of options based on your platform of choice.
1113

1214
<div class="row">
1315
<div class="column column-2 icon-with-text">
@@ -31,7 +33,7 @@ In case your OS does not have a dedicated package manager, consider one of the f
3133

3234
[![Vcpkg package](https://repology.org/badge/version-for-repo/vcpkg/pcl-pointclouds.svg)](https://github.com/Microsoft/vcpkg/tree/master/ports/pcl)
3335

34-
[vcpkg](https://github.com/microsoft/vcpkg) is a cross-platform open source package manager created by Microsoft, available for Windows, Linux and macOS. To install PCL on vcpkg-enabled desktops type the following on your terminal
36+
[vcpkg](https://github.com/microsoft/vcpkg) is a cross-platform open source package manager created by Microsoft, available for Windows, Linux and macOS. To install PCL on vcpkg-enabled desktops, type the following in your terminal
3537

3638
```
3739
PS> .\vcpkg install pcl
@@ -43,7 +45,7 @@ This is our recommended installation method for **Windows** users.
4345

4446
[![Homebrew package](https://repology.org/badge/version-for-repo/homebrew/pcl-pointclouds.svg)](https://formulae.brew.sh/formula/pcl)
4547

46-
[Homebrew](https://brew.sh/) became known as being missing package manager for macOS, but in recent years it extended its support to Linux. To install PCL on Homebrew-enabled desktops type the following on your terminal
48+
[Homebrew](https://brew.sh/) became known as being missing package manager for macOS, but in recent years it has extended its support to Linux. To install PCL on Homebrew-enabled desktops, type the following in your terminal
4749

4850
```
4951
$ brew install pcl
@@ -60,4 +62,4 @@ PCL is available in a number of Linux distributions namely Ubuntu, Debian, Fedor
6062
$ sudo apt install libpcl-dev
6163
```
6264

63-
This is our recommended installation method for **Linux** users.
65+
This is our recommended installation method for **Linux** users.

0 commit comments

Comments
 (0)