Skip to content

Commit b4cf6e7

Browse files
author
PhoebeHui
committed
Add vcpkg installation instructions
1 parent dfbe1db commit b4cf6e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ Users can build and run the unit tests on their platform/compiler.
7272

7373
RapidJSON is a header-only C++ library. Just copy the `include/rapidjson` folder to system or project's include path.
7474

75+
Alternatively, if you are using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager you can download and install rapidjson with CMake integration in a single command:
76+
* vcpkg install rapidjson
77+
7578
RapidJSON uses following software as its dependencies:
7679
* [CMake](https://cmake.org/) as a general build tool
7780
* (optional) [Doxygen](http://www.doxygen.org) to build documentation

0 commit comments

Comments
 (0)