From b4cf6e73818529cace66a8bb2118756ffe04aab6 Mon Sep 17 00:00:00 2001 From: PhoebeHui Date: Thu, 16 Jan 2020 03:09:20 -0800 Subject: [PATCH] Add vcpkg installation instructions --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index fc325ee..fdb3422 100644 --- a/readme.md +++ b/readme.md @@ -72,6 +72,9 @@ Users can build and run the unit tests on their platform/compiler. RapidJSON is a header-only C++ library. Just copy the `include/rapidjson` folder to system or project's include path. +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: +* vcpkg install rapidjson + RapidJSON uses following software as its dependencies: * [CMake](https://cmake.org/) as a general build tool * (optional) [Doxygen](http://www.doxygen.org) to build documentation