Skip to content

Commit 16250e8

Browse files
Add repology badges.
1 parent 0680481 commit 16250e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

downloads.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@ Point Cloud Library (PCL) runs on many operating systems, and prebuilt binaries
2121
</div>
2222

2323
An extensive list of package managers which distribute PCL is available at [repology](https://repology.org/project/pcl-pointclouds/packages).
24-
Nevertheless, we also provide packaged binaries and installers for a couple of platforms in our [Releases](https://github.com/PointCloudLibrary/pcl/releases) page on [GitHub](https://github.com/). Be sure to check that out, in case you're looking for something different than what is provided in the options below.
24+
Nevertheless, we also provide packaged binaries and installers for a couple of platforms in our [Releases](https://github.com/PointCloudLibrary/pcl/releases) page on our [GitHub repository](https://github.com/PointCloudLibrary/pcl). Be sure to check that out, in case you're looking for something different than what is provided in the options below.
2525

2626
## Cross-Platform
2727

2828
In case your OS does not have a dedicated package manager, consider one of the following options.
2929

3030
### vcpkg
3131

32+
[![Vcpkg package](https://repology.org/badge/version-for-repo/vcpkg/pcl-pointclouds.svg)](https://github.com/Microsoft/vcpkg/tree/master/ports/pcl)
33+
3234
[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
3335

3436
```
@@ -39,6 +41,8 @@ This is our recommended installation method for **Windows** users.
3941

4042
### Homebrew
4143

44+
[![Homebrew package](https://repology.org/badge/version-for-repo/homebrew/pcl-pointclouds.svg)](https://formulae.brew.sh/formula/pcl)
45+
4246
[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
4347

4448
```

0 commit comments

Comments
 (0)