From 72a6ea98a9a7ef4c24a26e9e5f38504263781d65 Mon Sep 17 00:00:00 2001 From: Kan Tang Date: Thu, 3 Dec 2020 12:22:15 +0800 Subject: [PATCH] Update Readme for nlohmann-json. (#1069) --- sdk/storage/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/storage/README.md b/sdk/storage/README.md index dcad8d554..0a6766381 100644 --- a/sdk/storage/README.md +++ b/sdk/storage/README.md @@ -47,7 +47,7 @@ For general suggestions about Azure, use our [Azure feedback forum](https://feed On Windows, dependencies are managed by [vcpkg](https://github.com/microsoft/vcpkg). You can reference the [Quick Start](https://github.com/microsoft/vcpkg#quick-start-windows) to quickly set yourself up. After Vcpkg is initialized and bootstrapped, you can install the dependencies: ```BatchFile -vcpkg.exe install libxml2:x64-windows-static curl:x64-windows-static +vcpkg.exe install libxml2:x64-windows-static curl:x64-windows-static nlohmann-json:x64-windows-static ``` #### Unix Platforms @@ -58,6 +58,7 @@ You can use the package manager on different Unix platforms to install the depen - libxml2. - OpenSSL. - libcurl. + - nolhmann-json. ### Build from Source