Skip to content

Add vcpkg installation instructions #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
NancyLi1013 opened this issue Mar 31, 2020 · 7 comments · Fixed by #3
Closed

Add vcpkg installation instructions #4

NancyLi1013 opened this issue Mar 31, 2020 · 7 comments · Fixed by #3

Comments

@NancyLi1013
Copy link

pcl is available as a port in vcpkg, a C++ library manager that simplifies installation for pcl and other project dependencies. Documenting the install process here will help users get started by providing a single set of commands to build pcl, ready to be included in their projects.

We also test whether our library ports build in various configurations (dynamic, static) on various platforms (OSX, Linux, Windows: x86, x64,arm,uwp) to keep a wide coverage for users.

I'm a maintainer for vcpkg, and here is what the port script looks like. We try to keep the library maintained as close as possible to the original library.

I'm trying to add vcpkg installation instructions but I couldn't find the related docs in code item.
It seems like the compiling tutorials were mentioned here.

Could you please help add the following contents to this port?

Installing and building pcl via vcpkg

You can download and install pcl using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:

      git clone https://github.com/Microsoft/vcpkg.git
      cd vcpkg
      ./bootstrap-vcpkg.sh
      ./vcpkg integrate install
      vcpkg install pcl

The pcl port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.

Thanks,
Nancy

@kunaltyagi
Copy link
Member

Thanks @NancyLi1013 (and the vcpkg team)

@taketwo
Copy link
Member

taketwo commented Mar 31, 2020

Thanks!

Could you please help add the following contents to this port?

I'm a bit confused though, where and who should add this?

@kunaltyagi
Copy link
Member

I think: we should add vcpkg in the installation instructions, as an alternative to "from source" and "installers".

@stale
Copy link

stale bot commented May 19, 2020

Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs.

@NancyLi1013
Copy link
Author

Could someone help add the installation instructions?

Thanks in advance,
Nancy

@SergioRAgostinho
Copy link
Member

Here's a staged version of the download instructions we're setting up on our website. The first 4 lines of your installation instructions refer to setting up vcpkg so I did not include it.

The PR with this addition to the downloads page can be found here. You can suggest changes there.

@kunaltyagi kunaltyagi transferred this issue from PointCloudLibrary/pcl May 19, 2020
@kunaltyagi kunaltyagi linked a pull request May 19, 2020 that will close this issue
@NancyLi1013
Copy link
Author

@taketwo and @SergioRAgostinho

Thanks for your help. I have checked the instructions you mentioned above. I agreed with you about the changes. As for the parts of vcpkg, users can find them in vcpkg site.

Thanks again for your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants