Skip to content

Commit

Permalink
Improved the documentation to refer to the vcpkg features
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzicheng1987 committed Jan 3, 2025
1 parent 00e39f1 commit 2d119d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can include the source files into your build or compile it using cmake and v

## Option 1: Using vcpkg

Refer to [this port](https://vcpkg.io/en/package/reflectcpp):
Refer to [this port](https://vcpkg.link/ports/reflectcpp):

```bash
vcpkg install reflectcpp
Expand All @@ -29,6 +29,9 @@ vcpkg add port reflectcpp
If the library cannot be found, please update vcpkg itself to make sure the newest ports are installed. You
might also want to update the `builtin-baseline` tag in the *vcpkg.json* of your project.

If you want to support formats other than JSON, please install the appropriate vcpkg features. Refer to the
link above to find out which features are supported in the vcpkg port.

## Option 2: Using Conan

Simply use [this recipe](https://conan.io/center/recipes/reflect-cpp).
Expand Down

0 comments on commit 2d119d9

Please sign in to comment.