rttrorg / rttr

C++ Reflection Library
https://www.rttr.org
MIT License
3.17k stars 439 forks source link

Add vcpkg installation instructions #272

Open LilyWangL opened 4 years ago

LilyWangL commented 4 years ago

Rttr is available as a port in vcpkg, a C++ library manager that simplifies installation for rttr and other project dependencies. Documenting the install process here will help users get started by providing a single set of commands to build rttr, 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.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.07%) to 92.276% when pulling d56a173a5c9a7a31980431d6a6490b74ffaf3223 on LilyWangL:vcpkg-instructions into b16fccf0fbbbf94064bf2a6c7c47f2b910ab31f1 on rttrorg:master.