Merge pull request #1631 from PhoebeHui/dev/Phoebe/vcpkg_instructions
Add vcpkg installation instructions
This commit is contained in:
commit
418331e99f
@ -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.
|
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:
|
RapidJSON uses following software as its dependencies:
|
||||||
* [CMake](https://cmake.org/) as a general build tool
|
* [CMake](https://cmake.org/) as a general build tool
|
||||||
* (optional) [Doxygen](http://www.doxygen.org) to build documentation
|
* (optional) [Doxygen](http://www.doxygen.org) to build documentation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user