Skip to content

Commit

Permalink
Added links to vcpkg.io
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzicheng1987 committed Dec 5, 2024
1 parent ba1a8ae commit 57db643
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -545,18 +545,7 @@ The following compilers are supported:
### Using vcpkg
```bash
vcpkg install reflectcpp
```

or:

```bash
vcpkg add port reflectcpp
```

If the library cannot be found, please update vcpkg itself and/or update the `builtin-baseline`
tag in the *vcpkg.json* of your project.
https://vcpkg.io/en/package/reflectcpp
### Using Conan
Expand Down
4 changes: 4 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ You can include the source files into your build or compile it using cmake and v

## Option 1: Using vcpkg

Refer to the following port:

https://vcpkg.io/en/package/reflectcpp

```bash
vcpkg install reflectcpp
```
Expand Down

0 comments on commit 57db643

Please sign in to comment.