Add vcpkg installation instructions#13
Conversation
|
Could you paste here the commit where you add vlpp to vcpkg? I would like to check if it is submitted as what I am expecting. |
OK. |
|
Looks like the package is not implemented correctly, let me take a look and see how could it reflect the designed way to use. |
|
I didn't find a good solution, I decided to warn people and tell them not to use the vcpkg version. Thanks for your contribution. |
|
I will fix the configure issues and already called you internal. |
|
The latest draft PR looks promising, if that works I will merge this PR. |
|
The |
vlpp is available as a port in vcpkg, a C++ library manager that simplifies installation for vlpp and other project dependencies. Documenting the install process here will help users get started by providing a single set of commands to build vlpp, 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, UWP, ARM) 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.