Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiloyip <miloyip@gmail.com>2020-01-17 05:08:54 +0300
committermiloyip <miloyip@gmail.com>2020-01-17 05:08:54 +0300
commit2e15513d0d50d4649bb7ae3f1ca85cb58711896d (patch)
tree159eb87933fbcdca6e2f232151b08a7c40e3b260
parent52b883a9a6229fcc464ed7c44f98ec6fecce3fd9 (diff)
Automatic doxygen build
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index 11a409f2..023244eb 100644
--- a/index.html
+++ b/index.html
@@ -152,6 +152,9 @@ Compatibility</h2>
<h2><a class="anchor" id="autotoc_md5"></a>
Installation</h2>
<p>RapidJSON is a header-only C++ library. Just copy the <code>include/rapidjson</code> folder to system or project's include path.</p>
+<p>Alternatively, if you are using the <a href="https://github.com/Microsoft/vcpkg/">vcpkg</a> dependency manager you can download and install rapidjson with CMake integration in a single command:</p><ul>
+<li>vcpkg install rapidjson</li>
+</ul>
<p>RapidJSON uses following software as its dependencies:</p><ul>
<li><a href="https://cmake.org/">CMake</a> as a general build tool</li>
<li>(optional) <a href="http://www.doxygen.org">Doxygen</a> to build documentation</li>