Update Readme for nlohmann-json. (#1069)
This commit is contained in:
parent
9febf43832
commit
72a6ea98a9
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user