You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,9 @@ Users can build and run the unit tests on their platform/compiler.
72
72
73
73
RapidJSON is a header-only C++ library. Just copy the `include/rapidjson` folder to system or project's include path.
74
74
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
+
75
78
RapidJSON uses following software as its dependencies:
76
79
*[CMake](https://cmake.org/) as a general build tool
77
80
* (optional) [Doxygen](http://www.doxygen.org) to build documentation
0 commit comments