You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: downloads.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ permalink: /downloads/
7
7
## Prebuilt binaries
8
8
9
9
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.
11
13
12
14
<divclass="row">
13
15
<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
[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
35
37
36
38
```
37
39
PS> .\vcpkg install pcl
@@ -43,7 +45,7 @@ This is our recommended installation method for **Windows** users.
[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
47
49
48
50
```
49
51
$ brew install pcl
@@ -60,4 +62,4 @@ PCL is available in a number of Linux distributions namely Ubuntu, Debian, Fedor
60
62
$ sudo apt install libpcl-dev
61
63
```
62
64
63
-
This is our recommended installation method for **Linux** users.
65
+
This is our recommended installation method for **Linux** users.
0 commit comments