Update Readme for nlohmann-json. (#1069)

This commit is contained in:
Kan Tang 2020-12-03 12:22:15 +08:00 committed by GitHub
parent 9febf43832
commit 72a6ea98a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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