Skip to content

Commit

Permalink
Merge pull request #1631 from PhoebeHui/dev/Phoebe/vcpkg_instructions
Browse files Browse the repository at this point in the history
Add vcpkg installation instructions
  • Loading branch information
miloyip authored Jan 17, 2020
2 parents dfbe1db + b4cf6e7 commit 418331e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 418331e

Please sign in to comment.