-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
Thanks @NancyLi1013 (and the vcpkg team) |
Thanks!
I'm a bit confused though, where and who should add this? |
I think: we should add vcpkg in the installation instructions, as an alternative to "from source" and "installers". |
Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs. |
Could someone help add the installation instructions? Thanks in advance, |
@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. |
pcl
is available as a port in vcpkg, a C++ library manager that simplifies installation forpcl
and other project dependencies. Documenting the install process here will help users get started by providing a single set of commands to buildpcl
, 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?
Thanks,
Nancy
The text was updated successfully, but these errors were encountered: